tabplot

버전 1.0.0 (1.66 KB) 작성자: Dirk-Jan Kroon
TABPLOT Create axes for plotting in tabs (alternative to SUBPLOT)
다운로드 수: 62
업데이트 날짜: 2018/12/11

라이선스 보기

tabplot Create axes in tabs.
This function will add a tabgroup to the current figure (if not existing)
Then it will add a new tab with an axis for plotting (if not existing)

tabplot % Will create a new tab with axis

tabplot(title); % Create a new tab with title

tabplot(index) % Selects a tab from the tabgroup, or create a new tab

tabplot(index,title) % Selects a tab from the tabgroup and set title


Example,

a= linspace(0,2*pi,100);
figure,
tabplot('Sin'), plot(a,sin(a),'r');
tabplot('Tan');
tabplot('Cos'), plot(a,cos(a),'g');
tabplot(2), plot(a,tan(a),'b');

인용 양식

Dirk-Jan Kroon (2026). tabplot (https://kr.mathworks.com/matlabcentral/fileexchange/69683-tabplot), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2018a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Subplots에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.0.0