| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 06 Apr 2009 | statusbar set/get status bar(s) for GUI figures & Matlab desktop | Wong, Hoi | Great tool. My project uses a lot of your enableDisableFig and stausbar. But it seems like R2009b pops out a lot "Property name already in use" and MCR pops out a lot problems with 'undefined function or variable currentState' in enableDisableFig. Got some time to look at it? Thanks! |
|
| 05 Apr 2009 | UNIQUEWITHEQUALNANS Set unique, treating NaNs as equal (v2.0, mar 2009) | Wong, Hoi | Great tool. But you cannot just pass [] into unique as second argument. I modified it for my own use, but I'd encourage the original author to update it instead of having me posting a minor modification of your work. :) |
|
| 04 Apr 2009 | dualcursor Add dual vertical cursors to a plot. | Wong, Hoi | It seems like the program doesn't like figures being a child of uipanel: ??? Error using ==> set
Error in ==> dualcursor at 688
Error in ==> dualcursor at 220
Error in ==> episodesPanel>slider_strip_Callback at 147
??? Error using ==> uicontextmenu
Error in ==> dualcursor at 325
Error in ==> episodesPanel>slider_strip_Callback at 147
|
|
| 04 Apr 2009 | clickableLegend A legend with clickable strings that let you hide and show objects in a plot. | Wong, Hoi | Great idea! You saved my butt for my project. |
|
| 03 Apr 2009 | GRIDXY (v2.2 feb 2008) plot horizontal and vertical grid | Wong, Hoi | Great Program. It'd be even better if it can accept an axes handle as its first input. For the moment, since I need it in a hurry, I tapped into your code and changed this: function hh = gridxy(hca, x,varargin) if(isempty(hca))
|
|
| 15 Mar 2009 | Map fields of a structure to output variables The program assigns each field of a structure into output arguments. | Wong, Hoi | Thanks jos for the alternative approach that use deal(). The reason that I made this wrapper is to avoid using deal() and make the code self-documenting. I wish Mathworks can consider allowing syntaxes like [a,b,c]=(struct2cell(S)){:}, then my submission has no reason to be here. :) |
|
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