Effacer les filtres
Effacer les filtres

Is possible to generate code with variable description instead its value?

1 vue (au cours des 30 derniers jours)
Vit Valek
Vit Valek le 15 Août 2018
Commenté : Vit Valek le 15 Août 2018
Hi,
I have created model which call C code using MATLAB Function. I want to generate code within Embedded Coder.
Is possible generate code which will use name of variable ( my_var) instead of value (in my model block Constant)?
I mean:
doubleIt(my_var);
Thanks for any advice!
Vit
  1 commentaire
Vit Valek
Vit Valek le 15 Août 2018
SOLVED
In Matlab:
my_var = mpt.Parameter;
my_var.Value = 1.0;
For example set Storage class as Define (Custom) .

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Deployment, Integration, and Supported Hardware dans Help Center et File Exchange

Produits


Version

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by