Rank: 6086 based on downloads (last 30 days) and 0 files submitted
photo

someone

E-mail

Personal Profile:

Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by someone View all
Updated File Comments Rating
28 Jul 2009 41 Complete GUI Examples 41 working GUIs to read and learn. Author: Matt Fig

A VERY useful submision for all ages of programmers.

In GUI_12, I have to actually click on the the "color" to get the "print choice" button to work properly. Otherwise the last color "selected" is printed (not current displayed color).
Bug or feature?

A (very minor) typo in GUI_24 on line 23:
% No make a simple plot.
should be:
% Now make a simple plot.

This submission could easlily become the MATLAB GUI FAQ!
Great job Matt!!!

01 Jun 2009 nclear Clear all the other variables from the callers workspace except the specified ones. Author: Qun HAN

Yet another variation of clearex, keep2, keep3, etc already posted on the MATLAB FEX.

note: r2008a (finally) introduces CLEARVARS with these options
 
clearvars -except v1 v2 ...
clearvars -except -regexp p1 p2 ...
clearvars v1 v2 ... -except -regexp p1 p2 ...
clearvars -regexp p1 p2 ... -except v1 v2 ...

14 May 2009 fixfig FIXFIG modifies a Matlab figure so it can be used in on-screen presentations such as Powerpoint. Author: M. A. Hopcroft

Works as advertised. A useful submission.

However, I believe line 96 should be changed from:
        if ~strcmp('mkr','none')
to
        if ~strcmp(mkr,'none')

Contact us at files@mathworks.com