Tab panel Copy

버전 1.2.0.0 (11 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