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!