You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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);
Cite As
Benoit Cantin (2026). Advanced Scroll Plot with Subplot Handling (https://au.mathworks.com/matlabcentral/fileexchange/7073-advanced-scroll-plot-with-subplot-handling), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: Scrolling Plot Demo, Advanced Scroll Plot
Inspired: Advanced Scroll Subplot Function
General Information
- Version 1.0.0.0 (1.22 KB)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |