newdfig
create NEW Docked FIGures.
Contents
Syntax
fighandle = newdfig(numfigs,figname)
Description
"fighandle" is a vector of handle numbers for the figures.
"numfigs" determines the number of figures to create.
"figname"
is an optional string for each figure's name in the figure title.
Examples:
newdfig('Title')
newdfig Title
newdfig
figh=newdfig(3); - Opens 3 new docked figures
figh=newfig(2,'Title'); - Opens 2 new docked figures
with the name "Title" in the title bar.
- Copyright 2006 Mirtech, Inc. created 08/27/2006 by Mirko Hrovat on Matlab Ver. 7.2
email: mhrovat@email.com