Advanced Scroll Subplot Function

Scrollsubplot704 with dynamic range of time (x) axis, with subplot handling.
ダウンロード: 2.5K
更新 2005/8/16

ライセンスがありません

Further development of scrollsubplot(), scrollplotdemo() and scrollplot().

In this version a figure handling and autoplot function is implemented.

The new subplot handling inspired by Benoit Cantin allows to plot several signals of the same length and scroll them simultaniously.

The usage is now also more simplyfied:
Example 3:
x=0:1e-2:2*pi;
y=sin(4*x);
[fh ah] = scrollsubplot704(3,x,[y' y' y'],[],'on');

For more information, please read the comments inside the file.

引用

Wolfgang Stiegmaier (2024). Advanced Scroll Subplot Function (https://www.mathworks.com/matlabcentral/fileexchange/8253-advanced-scroll-subplot-function), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14SP2
すべてのリリースと互換性あり
プラットフォームの互換性
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.0

Spelling correction