tabbedFigure(parent​Fig,tabName,source)

버전 1.1.0.0 (6.08 KB) 작성자: Luca Amerio
Creates a new tabbed figure window or adds a new tab to an existing one.
다운로드 수: 172
업데이트 날짜: 2017/10/20

라이선스 보기

TABBEDFIGURE creates a new tabbed figure window or adds a new tab to an existing
one.
AX = TABBEDFIGURE(H,TABNAME) creates new axes in a tab with title 'TabName'
inside the figure H and returns its handle.
If TABNAME is a character cell-array of length N, N new tabs are
created, each with name TABNAME{i}
[AX,TAB] = TABBEDFIGURE(_) returns both the handle of the axes and the
parent tab.
Right-clicking on a tab's label or anywhere inside, it's possible to:
* RENAME current tab
* CLOSE current tab
* COPY current tab to a new standalone figure (The tab name is
setted both as name and tag of the new figure)
* COPY ALL TABS to new standalone figures (The tab name of each tab is
setted both as name and tag of each new figure)
* SAVE current tab as a standalone figure in a .fig file
* SAVE ALL TABS as standalone figures in .fig files
Example:
f=figure;
ax=tabbedFigure(f,'test);
plot(1:10,randn(1,10));
By Luca Amerio
luca.amerio@polimi.it
28/01/2016

인용 양식

Luca Amerio (2024). tabbedFigure(parentFig,tabName,source) (https://www.mathworks.com/matlabcentral/fileexchange/55138-tabbedfigure-parentfig-tabname-source), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Maintain or Transition figure-Based Apps에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Minor updates

1.0.0.0