scroll
版本 1.0.0.0 (1.3 KB) 作者:
Ivar Eskerud Smith
Scroll/shift axis-limits for one or more axes by a specified factor.
Scroll/shift axis-limits for one or more axes by a specified factor.
%Ex: scroll; %scrolls x-axis of current axes by xlim/10;
%Ex: scroll(100); %scrolls x-axis of current axes by 100;
%Ex: scroll(ax,100); %scrolls x-axis of axis handle(s) 'ax' by 100; %(ax can be an array.)
%Ex: scroll(ax,100,'y'); %scrolls y-axis of axis handle(s) 'ax' by 100;
%Ex: scroll(ax,100,'x'); %scrolls x-axis of axis handle(s) 'ax' by 100;
引用格式
Ivar Eskerud Smith (2024). scroll (https://www.mathworks.com/matlabcentral/fileexchange/36973-scroll), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2012a
兼容任何版本
平台兼容性
Windows macOS Linux类别
- Mathematics and Optimization > Partial Differential Equation Toolbox > Domain-Specific Modeling > Structural Mechanics >
在 Help Center 和 MATLAB Answers 中查找有关 Structural Mechanics 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |