matlab code to c code

user(1).bid = [3,5,7];
how we write c code of this matlab code??

3 件のコメント

madhan ravi
madhan ravi 2019 年 4 月 6 日
Simply use MATLAB Coder.
Sanjoy Dey
Sanjoy Dey 2019 年 4 月 6 日
no free tial of matlab coder
Walter Roberson
Walter Roberson 2019 年 4 月 6 日
struct b_st {
double bid[3];
} user = {3, 5, 7};

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeStructures についてさらに検索

質問済み:

2019 年 4 月 6 日

コメント済み:

2019 年 4 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by