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!