Advanced Scroll Subplot Function

버전 1.0.0.0 (2.08 KB) 작성자: Wolfgang Stiegmaier
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 CenterMATLAB Answers에서 Subplots에 대해 자세히 알아보기

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