vf
View one or more Figures.
Contents
Syntax
fighandle=vf(figs)
Description
This simple function brings the group of figures specified by "figs" to the front. No tiling or rearrangement of the figures is done. If "figs" is empty then all of the figures are brought to the front. The output "fighandle" has the figure handles of the figures brought forward.
Examples:
vf(a) where "a" is a vector of figure handles.
a=vf
vf a
vf [1,6,8]
a=vf(1,6,8)
vf 1 a 6
Note that the command line format is supported.
- Copyright 2006 Mirtech, Inc. created 08/22/2006 by Mirko Hrovat on Matlab Ver. 7.2
email: mhrovat@email.com