Tab panel Copy

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 Center および MATLAB AnswersMigrate 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