matlab code to c code

1 vue (au cours des 30 derniers jours)
Sanjoy Dey
Sanjoy Dey le 6 Avr 2019
user(1).bid = [3,5,7];
how we write c code of this matlab code??
  3 commentaires
Sanjoy Dey
Sanjoy Dey le 6 Avr 2019
no free tial of matlab coder
Walter Roberson
Walter Roberson le 6 Avr 2019
struct b_st {
double bid[3];
} user = {3, 5, 7};

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Structures dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by