matlab code to c code

1 view (last 30 days)
Sanjoy Dey
Sanjoy Dey on 6 Apr 2019
Commented: Walter Roberson on 6 Apr 2019
user(1).bid = [3,5,7];
how we write c code of this matlab code??
  3 Comments
Sanjoy Dey
Sanjoy Dey on 6 Apr 2019
no free tial of matlab coder
Walter Roberson
Walter Roberson on 6 Apr 2019
struct b_st {
double bid[3];
} user = {3, 5, 7};

Sign in to comment.

Answers (0)

Categories

Find more on Structures in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!