cascade.m

Creates a new figure that is cascaded from the previous figure.

You are now following this Submission

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 .

Categories

Find more on Printing and Saving in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0