tabplot

バージョン 1.0.0 (1.66 KB) 作成者: Dirk-Jan Kroon
TABPLOT Create axes for plotting in tabs (alternative to SUBPLOT)
ダウンロード: 59
更新 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 (2024). tabplot (https://www.mathworks.com/matlabcentral/fileexchange/69683-tabplot), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2018a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSubplots についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0