cabc

cabc closes all open figures except the one in foreground (the current)

Syntax

Description

example

cabc() Plot sin, cos and atan in the interval 0 2pi.

Examples

expand all

  • Plot sin, cos and atan in the interval 0 2pi.
  • x = 0:pi/1000:2*pi;
    plot(x,sin(x));
    figure
    plot(x,cos(x));
    figure
    plot(x,atan(x))
    cascade
    % Now highlight a figure and then digit
    cabc
    % All the other figures but the one which has been selected will be
    % closed
    Click here for the graphical output of this example (link to Ro.S.A. website).

    Input Arguments

    Output Arguments

    References

    Tufte E.R. (1983), "The visual display of quantitative information", Graphics Press, Cheshire.

    See Also

    This page has been automatically generated by our routine publishFS