Advanced Scroll Plot with Subplot Handling

バージョン 1.0.0.0 (1.22 KB) 作成者: Benoit Cantin
Scrollplot with subplot handling.
ダウンロード: 2.4K
更新 2005/3/9

ライセンスがありません

Wolfgang Stiegmaier's scrollplot function (Steven Lord's scrollplotdemo) with subplot handling.

% example
%
% temps = linspace(0,10*pi,100001);
% Y1 = sin(temps);
% Y2 = cos(temps);
% Y3 = sin(temps).^2;
%
% h1=subplot(3,1,1);
% plot(temps,Y1),grid;
% h2=subplot(3,1,2);
% plot(temps,Y2),grid;
% h3=subplot(3,1,3);
% plot(temps,Y3),grid;
% scrollsubplot(pi,temps,h1,h2,h3);

引用

Benoit Cantin (2024). Advanced Scroll Plot with Subplot Handling (https://www.mathworks.com/matlabcentral/fileexchange/7073-advanced-scroll-plot-with-subplot-handling), MATLAB Central File Exchange. 取得済み .

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

ヒントを得たファイル: Scrolling Plot Demo, Advanced Scroll Plot

ヒントを与えたファイル: Advanced Scroll Subplot Function

Community Treasure Hunt

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

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