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

3 Kommentare

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

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Gefragt:

am 6 Apr. 2019

Kommentiert:

am 6 Apr. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by