Site hosted by Angelfire.com: Build your free website today!

myfigure

PURPOSE ^

SYNOPSIS ^

function myfigure(num)

DESCRIPTION ^

 generalization of matlab's figure(num) command
  - if figure (num) exits, this function makes it active (current) but
     does not raise it to the front like matlab's figure command
  - if figure (num) does not exist, this function acts like figure.
     it creates a new figure window (num) which is brought forward and 
     made active
 unlike figure, this routine does not return a handle

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^


Generated on Sat 12-Mar-2005 01:01:49 by Rezaul Karim © 2004