cascade.m
Creates a new figure that is cascaded from the previous figure. Cascade options:
0: Cascade slightly down to the right
1: Completely offset to the right
2: Completely offset to the bottom
Created for programs that generate a large number of figures so the user does not have to move each figure in order to access figures underneath it.
%% Example
% The following example uses the cascade function to offset figures 1-3 as shown in the accompanying screenshot.
cascade('root locus 1',0) % 0 is unnecessary b/c it is default
cascade('root locus 2',0)
cascade('root locus 3',0)
rlocusplot(tf[1,1],[1 4 8 0]) % Plot root locus on figure 3
Cite As
Alex (2026). cascade.m (https://www.mathworks.com/matlabcentral/fileexchange/29162-cascade-m), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |