dockfig
DOCK one or more FIGures.
Contents
Syntax
fighandle=dockfig(figs)
Description
"fighandle" is an array of handle numbers for the figures.
"figs" is an array of figure handles.
If "figs" is empty then all figures are docked.
Examples:
figh=dockfig([4,3,5]) - Dock figures with figure handles
4, 3, and 5 and return the handles in figh.
dockfig - Dock all figures.
dockfig 4 3 5 - Dock figures with figure handles 4, 3,
and 5.
Note that the command line format is supported.
- Copyright 2006 Mirtech, Inc. created 09/20/2006 by Mirko Hrovat on Matlab Ver. 7.2
email: mhrovat@email.com