Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!o36g2000vbl.googlegroups.com!not-for-mail
From: Joe Duchtel <duchtel@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: How to suppress figure() to bring figure to foreground?
Date: Wed, 16 Sep 2009 07:12:11 -0700 (PDT)
Organization: http://groups.google.com
Lines: 13
Message-ID: <cd62214e-2635-4f6d-a367-eb8fbfaef57b@o36g2000vbl.googlegroups.com>
NNTP-Posting-Host: 192.88.212.32
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
X-Trace: posting.google.com 1253110331 24347 127.0.0.1 (16 Sep 2009 14:12:11 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 16 Sep 2009 14:12:11 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: o36g2000vbl.googlegroups.com; posting-host=192.88.212.32; 
	posting-account=_ogVpwoAAAATKqqGum5BwqKuBv_Be3E_
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET 
	CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; 
	.NET CLR 3.0.4506.2152; .NET CLR 3.5.30729),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:570799


Hello -

I realize that I need to use the figure() command to create a figure
but is there any way that it will not automatically bring each figure
to the forground if it is called for a figure that is already open?
This happens since I run an m-file several times without closing each
figure prior to a new run.

Is there a way to get a list of all open figures?  I tried get(0) but
the 'CurrentFigure' will only tell the currently active figure.

Thanks,
Joe