What is the advantage of defining a variable as workspace object?
Afficher commentaires plus anciens
Hello,
What is the advantage of defining a variable as workspace object using simulink.parameter over directly defining a variable (as x = 2)?
Any article or documentation for same will be highly helpful.
Thanks.
Réponses (1)
Kaustubha Govind
le 4 Oct 2013
0 votes
Using just a regular variable allows you to define a value for a parameter. However, using a Simulink.Parameter object allows you to specify a lot of other information (see the previous link), like "the parameter's purpose, its dimensions, or its minimum and maximum values". There are additional fields like 'Storage class' and 'Alignment' which are used to achieve advanced features in code generation.
1 commentaire
ANKIT
le 5 Oct 2013
Catégories
En savoir plus sur Deployment, Integration, and Supported Hardware dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!