matlab code to c code
Mostrar comentarios más antiguos
user(1).bid = [3,5,7];
how we write c code of this matlab code??
3 comentarios
madhan ravi
el 6 de Abr. de 2019
Simply use MATLAB Coder.
Sanjoy Dey
el 6 de Abr. de 2019
Walter Roberson
el 6 de Abr. de 2019
struct b_st {
double bid[3];
} user = {3, 5, 7};
Respuestas (0)
Categorías
Más información sobre Structures en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!