cabc closes all open figures except the one in foreground (the current)
cabc()
example
cabc() Plot sin, cos and atan in the interval 0 2pi.
expand all
x = 0:pi/1000:2*pi;plot(x,sin(x));figureplot(x,cos(x));figureplot(x,atan(x))cascade% Now highlight a figure and then digitcabc% All the other figures but the one which has been selected will be% closed
brushRES
Tufte E.R. (1983), "The visual display of quantitative information", Graphics Press, Cheshire.
close