matlab code to c code
古いコメントを表示
user(1).bid = [3,5,7];
how we write c code of this matlab code??
3 件のコメント
madhan ravi
2019 年 4 月 6 日
Simply use MATLAB Coder.
Sanjoy Dey
2019 年 4 月 6 日
Walter Roberson
2019 年 4 月 6 日
struct b_st {
double bid[3];
} user = {3, 5, 7};
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Structures についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!