next up previous contents
Next: NEWIMAGE New Image Window Up: Image Display Functions Previous: COLORMAP Image Colormap Function   Contents

Subsections

CLOSEIMAGE Close Image Window

Usage

Closes an image window, either the currently active window, a window with a specific handle, or all image windows. The general syntax for its use is

   closeimage(handle)

in which case the image window with the speicified handle is closed. Alternately, issuing the command with no argument

   closeimage

is equivalent to closing the currently active image window. Finally the command

   closeimage('all')

closes all image windows currently open.



2004-08-26