matlab code to c code

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

3 comentarios

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

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Etiquetas

Preguntada:

el 6 de Abr. de 2019

Comentada:

el 6 de Abr. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by