Is there a command to close all the tabs?

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?

 Accepted Answer

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);

More Answers (0)

Categories

Find more on Modeling in Help Center and File Exchange

Products

Release

R2016b

Asked:

on 25 Feb 2021

Answered:

on 25 Feb 2021

Community Treasure Hunt

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

Start Hunting!