matlab code to c code
Afficher commentaires plus anciens
user(1).bid = [3,5,7];
how we write c code of this matlab code??
3 commentaires
madhan ravi
le 6 Avr 2019
Simply use MATLAB Coder.
Sanjoy Dey
le 6 Avr 2019
Walter Roberson
le 6 Avr 2019
struct b_st {
double bid[3];
} user = {3, 5, 7};
Réponses (0)
Catégories
En savoir plus sur Structures dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!