| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 02 Oct 2009 | Close all figures except those listed Close all figures except those listed by the user. | Chamane | Excellent code! Thanks |
|
| 24 Jun 2009 | Close all figures except those listed Close all figures except those listed by the user. | Karl | Thanks for the improvement, Thierry! The 'cellfun(@fcn, ...)' method, though elegant, unfortunately doesn't work on Matlab 6.x (which some of us still have to use. Sigh.) |
|
| 24 Jun 2009 | Close all figures except those listed Close all figures except those listed by the user. | Jan | Very handy indeed. And nice tweak, Thierry |
|
| 24 Jun 2009 | Close all figures except those listed Close all figures except those listed by the user. | Dalon, Thierry | Good idea!
% all_figs = findall(0, 'type', 'figure'); % Uncomment this to include ALL windows, including those with hidden handles (e.g. GUIs)
if iscellstr(varargin) % command line syntax
|
|
| 22 Jun 2009 | Close all figures except those listed Close all figures except those listed by the user. | Queffurust, Aurelien | A fantastic short code to save time ! Thanks for this submission! |
|
| 19 Jun 2009 | Close all figures except those listed Close all figures except those listed by the user. | Hirsch, Scott | I love it. Not sure how I got along for 15 years without it! One small note - the "last" syntax actually keeps the current figure open, which wasn't necessarily the last one created. I love this behavior so much, that I tweaked CAB to do this with no input arguments, too. Thanks for a simple, elegant, and very useful function. |
|
| 15 Jun 2009 | Close all figures except those listed Close all figures except those listed by the user. | Itamar | Cool things. I love it. It is really useful to me as i work with a lot of figures open. |
|
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.
Contact us at files@mathworks.com