Rank: 177939 based on 0 downloads (last 30 days) and 0 file submitted
photo

Dominic Barone

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Dominic
Updated File Comments Rating
22 Oct 2009 "Smart"/Silent Figure Create or switch to a figure without it stealing focus from other windows. Author: Daniel Eaton

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

Top Tags Applied by Dominic
bugs
Files Tagged by Dominic
Updated   File Tags Downloads
(last 30 days)
Comments Rating
31 Aug 2012 Screenshot M-code LaTeX Package Easily include nicely syntax highlighted m-code in your LaTeX documents. Author: Florian Knorn bugs, source code highlight..., latex, mcode, development environme..., package 978 173
  • 4.87097
4.9 | 96 ratings

Contact us