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.