Effacer les filtres
Effacer les filtres

Open a masked subsystem (look under mask) in command line

22 vues (au cours des 30 derniers jours)
langrg
langrg le 20 Avr 2022
Commenté : langrg le 21 Avr 2022
Hello,
Does anyone know how to open a masked Simulink subsystem from Matlab? I mean, what is the command line equivalent to "look under mask"?
I have tried "open_system(gcb)" but it opens the mask dialog box...
GL.

Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 21 Avr 2022
open_system(blk,'force') looks under the mask of a masked block or subsystem. It opens the dialog box of the block under the mask or opens amasked subsystems in a new Simulink Editor tab. This is equivalent to the Look Under Mask menu item. Before opening a specific subsystem or block, load the model or library containing it. Otherwise Simulink returns an error.

Plus de réponses (0)

Catégories

En savoir plus sur Subsystems dans Help Center et File Exchange

Produits


Version

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by