Advanced Scroll Plot with Subplot Handling

版本 1.0.0.0 (1.2 KB) 作者: Benoit Cantin
Scrollplot with subplot handling.
2.4K 次下载
更新时间 2005/3/9

无许可证

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

引用格式

Benoit Cantin (2026). Advanced Scroll Plot with Subplot Handling (https://ww2.mathworks.cn/matlabcentral/fileexchange/7073-advanced-scroll-plot-with-subplot-handling), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R13SP1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Subplots 的更多信息
版本 已发布 发行说明
1.0.0.0