Is there a command to close all the tabs?

20 次查看(过去 30 天)
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?

采纳的回答

Fangjun Jiang
Fangjun Jiang 2021-2-25
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);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programmatic Model Editing 的更多信息

产品


版本

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by