Is there a command to close all the tabs?

56 vues (au cours des 30 derniers jours)
asid
asid le 25 Fév 2021
Is there a command to close all the tabs? I want to only hold the active one,and close all others,is any script can do this?

Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 25 Fév 2021
Starting from gcs, you can do this. The tab for the root level model would be kept open. The tabs for other models are also not closed.
a=find_system(bdroot(gcs),'FindAll',1,'BlockType','SubSystem');
b=setdiff(a,get_param(gcs,'handle'));
bdclose(b);

Plus de réponses (0)

Catégories

En savoir plus sur Programmatic Model Editing 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