How to open a model mask programmatically ?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can I open a model mask programmatically ?
I summarized all model parameter in a nice model mask and would like to open it quickly. It can be done by RMB->Mask-> Model Mask Parameters... and by the menu, but I would like to open the model mask by a hyperlink and/or with an empty subsystem block and the OpenFcn.
How can this be done ?
open_system(gcs,'mask') gives me "Inconsistent options supplied to OPEN_SYSTEM".
0 commentaires
Réponses (1)
Dheeraj Dilip
le 4 Juil 2019
open_system(Blk_Path);
Blk_Path=Path of the block who's mask you want to open
0 commentaires
Voir également
Catégories
En savoir plus sur Author Block Masks dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!