How to get all the parameters of Mask ?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Sultan
le 22 Juil 2016
Modifié(e) : Azzi Abdelmalek
le 22 Juil 2016
I'm trying to make a Superclass that first calls all the values of the Parameters of the Blocks in the .mdl SIMULINK file. Is there any command that I can get all such values ? I know how to use find_system command and get_param but they only get a particular parameter.
0 commentaires
Réponse acceptée
Azzi Abdelmalek
le 22 Juil 2016
Modifié(e) : Azzi Abdelmalek
le 22 Juil 2016
For the Constant block for example:
get_param('untitled/Constant','DialogParameters')
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Programmatic Model Editing 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!