Advanced Scroll Subplot Function

Scrollsubplot704 with dynamic range of time (x) axis, with subplot handling.

You are now following this Submission

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.

Cite As

Wolfgang Stiegmaier (2026). Advanced Scroll Subplot Function (https://se.mathworks.com/matlabcentral/fileexchange/8253-advanced-scroll-subplot-function), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

Spelling correction