Tab panel Copy

版本 1.2.0.0 (11.0 KB) 作者: Arturo Serrano
Creates replicas of a panel created using GUIDE that works like a tab panel.
2.5K 次下载
更新时间 2009/6/25

查看许可证

TABPANELCOPYFCN Helper function for tabpanelcopy
Creates replicas of a panel created using GUIDE that works like a tab
panel.
Handles of the reference controls in the handles struct are updated every
time you change the active tab, so you can access them in the normal way.

Steps:
1. Create a reference panel with controls with GUIDE.
2. Initialize tab panel passing the handle of the panel.
tabpanelcopyfcn ('initialize', panel);
3. Add a tab when you need it.
tabpanelcopyfcn ('add_tab', panel, 'title', handles);

引用格式

Arturo Serrano (2024). Tab panel Copy (https://www.mathworks.com/matlabcentral/fileexchange/24346-tab-panel-copy), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Migrate GUIDE Apps 的更多信息
致谢

参考作品: Tab panel example

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Solved a problem that avoided using uipanels inside the tabpanel.

1.1.0.0

Screenshot.

1.0.0.0