cascade.m

Version 1.0.0.0 (1.47 KB) by Alex
Creates a new figure that is cascaded from the previous figure.
329 Downloads
Updated 28 Oct 2010

View License

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
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Printing and Saving in Help Center and MATLAB Answers
Version Published Release Notes
1.0.0.0