No BSD License  

Highlights from
Advanced Scroll Plot with Subplot Handling

5.0

5.0 | 1 rating Rate this file 6 Downloads (last 30 days) File Size: 2.4 KB File ID: #7073
image thumbnail

Advanced Scroll Plot with Subplot Handling

by Benoit Cantin

 

07 Mar 2005 (Updated 09 Mar 2005)

Scrollplot with subplot handling.

| Watch this File

File Information
Description

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);

Acknowledgements

The author wishes to acknowledge the following in the creation of this submission:
Scrolling Plot Demo, Advanced Scroll Plot
This submission has inspired the following:
Advanced Scroll Subplot Function

MATLAB release MATLAB 6.5.1 (R13SP1)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (1)
04 May 2011 Cristina

Thanks for the code!

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
annotation Benoit Cantin 22 Oct 2008 07:42:51
customization Benoit Cantin 22 Oct 2008 07:42:51
scroll Benoit Cantin 22 Oct 2008 07:42:51
plot Benoit Cantin 22 Oct 2008 07:42:51
scrollplot Benoit Cantin 22 Oct 2008 07:42:51
subplot Benoit Cantin 22 Oct 2008 07:42:51
scrollsubplot Benoit Cantin 22 Oct 2008 07:42:51

Contact us at files@mathworks.com