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
struct b_st {
double bid[3];
} user = {3, 5, 7};

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Structures에 대해 자세히 알아보기

질문:

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