| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 16 Jul 2009 | Find and Replace Tool Find & Replace the signal names in Simulink & Stateflow | Dalon, Thierry | P-code: bouh :-( |
|
| 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
|
|
| 16 Jun 2009 | textLoc Puts string onto the current axes with location similar to legend locations. | Dalon, Thierry | See also FX textbp for option "best location". |
|
| 02 Jun 2009 | Traveling Salesman Problem - Genetic Algorithm Finds a near-optimal solution to a TSP using a GA | Dalon, Thierry | How about making a TSP Toolbox with all your TSP contributions? (around 15)! |
|
| 02 Jun 2009 | optimize optimize (non)linear (in)equality constrained functions with FMINSEARCH | Dalon, Thierry | Hi!
|
|
| 15 May 2009 | Zoom Functionality in MATLAB and Simulink Using Mouse Wheel Enable zoom in/out in MATLAB Command window, Simulink models, and Simulink dialogs using mouse wheel | Dalon, Thierry | The ML zoom in command window does not seem to work. (I use R14SP3). BTW it opens another command window. |
|
| 14 May 2009 | hostname.m Report the name of computer on which Matlab is currently running. | Dalon, Thierry | (For windows only?)
See example:
status = 0 name = RBGD0SGC >> length(name) ans = 9 That is to my opinion the only benefit for such an easy wrapper function else. |
|
| 29 Apr 2009 | Stateflow Alignment Tool Stateflowalign is a simple GUI to align and modify graphical stateflow objects. | Dalon, Thierry | The idea of a stateflow alignment tool is good. Thanks for sharing this. I would update a version without dependence to gcfso (use ML standard sfgco) and put all subfunctions in main GUI file.
|
|
| 29 Apr 2009 | Stateflow Alignment Tool Stateflowalign is a simple GUI to align and modify graphical stateflow objects. | Dalon, Thierry | ||
| 29 Apr 2009 | Align blocks tool This is a very useful tool to align blocks and distribute the distance between the blocks. | Dalon, Thierry | Hello Tijil
|
|
| 22 Apr 2009 | Selecting multiple files Allows the user to open multiple files. | Dalon, Thierry | The 45 files limitation bug was corrected in ML release 2007b. See http://www.mathworks.com/support/bugreports/details.html?rp=258791.
|
|
| 22 Apr 2009 | uigetfile - limit of files which can be loaded How to improve number of files which can be loaded with uigetfile command | Dalon, Thierry | This is no real contribution. More a support question!
|
|
| 22 Apr 2009 | Zoom Functionality in Simulink Using Mouse Wheel Enable zoom functionality in Simulink using mouse wheel | Dalon, Thierry | I prefer to use the CTRL version so I still have the default window scrolling functionality. Shift+Scroll for horizontal scrolling. |
|
| 22 Apr 2009 | Zoom Functionality in Simulink Using Mouse Wheel Enable zoom functionality in Simulink using mouse wheel | Dalon, Thierry | This a great functionality that should be implemented as standard feature in Simulink I think! Maybe the author could explain how he implemeted it by delivering source code? An other nice feature would be to have mouse gestures implemented:
|
|
| 21 Apr 2009 | Zoom Functionality in Simulink Using Mouse Wheel Enable zoom functionality in Simulink using mouse wheel | Dalon, Thierry | I've tried SimulinkZoom.exe on Matlab R14SP3: it works as advised.
To the author: how do you call the exe with the option #singleinstance? I get a questdlg if the exe was already started and I recall it. I would like to avoid this but there is not help file that explains how to do use the option. |
|
| 09 Feb 2009 | plt An alternative to plot and plotyy optimized for data exploration | Dalon, Thierry | Thank you Paul for the regular updates and specific user requests implementations :-) PLT is a great plot utility! |
|
| 27 Nov 2008 | Using java swing components in MATLAB A custom class that eases the use of java.awt and javax.swing components in MATLAB | Dalon, Thierry | I could not find any demo in the package.(jControldemo missing?) |
|
| 25 Nov 2008 | Comparing double precision numbers Two and a half minute video covers the tolerances in double precision numbers | Dalon, Thierry | The video contains not much more than the description. See also function EPS. |
|
| 25 Nov 2008 | genpath_exclude Executes like genpath, but can ignore specified directories. | Dalon, Thierry | I think regexp with option 'split' is quite new.=>This may not work with R14 or previous.
|
|
| 25 Nov 2008 | Recursive addpath Recursively adds directories to MATLAB path, optionally ignores some | Dalon, Thierry | Be aware: you are using assert function. This is not available in R14 or previous!
|
|
| 25 Nov 2008 | Recursive addpath Recursively adds directories to MATLAB path, optionally ignores some | Dalon, Thierry | it is not possible to change a rating in this new FX...sorry for the previous rating.
|
|
| 25 Nov 2008 | Recursive addpath Recursively adds directories to MATLAB path, optionally ignores some | Dalon, Thierry | ||
| 21 Nov 2008 | Recursive addpath Recursively adds directories to MATLAB path, optionally ignores some | Dalon, Thierry | @Author: the idea of an ignore option is good.
|
|
| 20 Nov 2008 | EzyFit 2.30 A free curve fitting toolbox for Matlab | Dalon, Thierry | Janina and Nirvikar: do not put bad ratings only because you don't know how to use Matlab. At least read the documentation before, contact the author before or ask for support in the Newsgroup. Your rating is not fair!
To the author : to avoid function naming conflicts, it may be better to name all the functions in the Toolbox with a common prefix like 'ef'. |
|
| 19 Nov 2008 | depfun2 This function allows one to reduce to results of DEFUN through the use of a keyword. | Dalon, Thierry | Does not work on Windows.
|
|
| 19 Nov 2008 | package This function creates a zip file consisting of a core m-file and the functions it depends upon. | Dalon, Thierry | Does not work on Windows without using of keyword (depfun2 makes an error).
|
|
| 19 Nov 2008 | exportToZip: Identifies the dependencies of an M-file and creates a ZIP file Files inside $matlabroot/toolbox are omitted, providing a useful way to package your work | Dalon, Thierry | Comment on Tim Tam comment:
|
|
| 18 Nov 2008 | plotstruct Plot a structure as tree. | Dalon, Thierry | Better is FX explorestruct which uses a nice Java Tree.
|
|
| 04 Nov 2008 | newm Create new m-file(s) with headers already there, or add headers to existing m-file(s) | Dalon, Thierry | See also FX newfcn. |
|
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