Code covered by the BSD License  

Highlights from
Figure Management Utilities

image thumbnail
from Figure Management Utilities by Mirko Hrovat
These M-files are a collection of utilities for managing groups of figures on multiple monitors.

newdfig

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

Contact us at files@mathworks.com