Rank: 3084 based on 18 downloads (last 30 days) and 1 file submitted
photo

Daniel Eaton

E-mail

Personal Profile:

http://www.cs.ubc.ca/~deaton

Professional Interests:

 

Watch this Author's files

 

Files Posted by Daniel
Updated   File Tags Downloads
(last 30 days)
Comments Rating
03 Nov 2005 "Smart"/Silent Figure Create or switch to a figure without it stealing focus from other windows. Author: Daniel Eaton focus, example, gui tools, figure, steals, silent 18 8
  • 4.83333
4.8 | 6 ratings
Comments and Ratings on Daniel's Files View all
Updated File Comment by Comments Rating
22 Oct 2009 "Smart"/Silent Figure Create or switch to a figure without it stealing focus from other windows. Author: Daniel Eaton Barone, Dominic

You can make it more like figure() by using varargout. This way you can avoid having to put a semi-colon at the end.

Change the function call to:
function varargout = sfigure(h)

And add this to the end:
if nargout == 1
varargout{1} = h;
end

30 Jul 2007 "Smart"/Silent Figure Create or switch to a figure without it stealing focus from other windows. Author: Daniel Eaton Z, Sorin
30 Jul 2007 "Smart"/Silent Figure Create or switch to a figure without it stealing focus from other windows. Author: Daniel Eaton Z, Sorin

Very very useful for Mac OSX!! Thanks.

05 Jul 2007 "Smart"/Silent Figure Create or switch to a figure without it stealing focus from other windows. Author: Daniel Eaton G, Adrian

Works perfectly. Thanks!

14 Jun 2007 "Smart"/Silent Figure Create or switch to a figure without it stealing focus from other windows. Author: Daniel Eaton I, Curtis

Hah! This is awesome. Thanks!

Top Tags Applied by Daniel
example, gui tools
Files Tagged by Daniel
Updated   File Tags Downloads
(last 30 days)
Comments Rating
03 Nov 2005 "Smart"/Silent Figure Create or switch to a figure without it stealing focus from other windows. Author: Daniel Eaton focus, example, gui tools, figure, steals, silent 18 8
  • 4.83333
4.8 | 6 ratings

Contact us at files@mathworks.com