Best File Exchange ever !!!
12 views (last 30 days)
Show older comments
Dear all Matlab users,
When I am bored I am going to file exchange section and sort it by rating and learn new staff about Matlab.
We are all familiar with:
" This file was a File Exchange Pick of the Week "
I am wondering which file exchange is:
Best File Exchange Eever ?
1) Each answer should be follwed with a short description.
2) I suggest that each answer will contain only one file, in that way people can vote for individual answer.
In my opinion this is the best file exchange ever:
Tips and tricks for use of the optimization toolbox, linear and nonlinear regression http://www.mathworks.com/matlabcentral/fileexchange/8553-optimization-tips-and-tricks
posted by John D'Errico
0 Comments
Answers (15)
Jan
on 9 Mar 2011
Matt Fig's 41 GUI examples are a valuable tutorial for beginners and advanced Matlab users. I personally would like to see it integrated in the official documentation:
http://www.mathworks.com/matlabcentral/fileexchange/24861-41-complete-gui-examples
Jan
on 9 Mar 2011
Oliver Woodford's EXPORT_FIG simplifies the export of figures to graphic files and has been suggested very often in CSSM and here.
2 Comments
Image Analyst
on 16 Aug 2011
I'd vote for Oliver's export_fig (not to be confused with the similarly named exportfig by another author). It's the one that I recommend most to others. I also use export_fig myself a lot, along with D'Errico's polyfitn (too bad he took that down).
Jan
on 9 Mar 2011
Yair Altman's CPRINTF: Displays sprintf-formatted strings in the Command Window using the specified color/underline style.
This is an absolutely new feature to enhance the usability of the command line.
Andrew Newell
on 9 Mar 2011
I have only had the Matlab xUnit Test Framework by Steve Eddins for a few weeks, but I already consider it indispensable. It makes it so easy to write a good set of tests.
0 Comments
Matt Fig
on 9 Mar 2011
John D'Errico's Variable Precision Integer Arithmetic toolbox is awesome, and I would have had no idea how to do it if it was assigned to me!
1 Comment
Sean de Wolski
on 9 Mar 2011
vpi2english makes this a front runner for not just useful but also coolest.
John D'Errico
on 9 Mar 2011
One tool from the FEX that I do use frequently is TIMEIT, by Steve Eddins. It gives me an accurate estimate of the time required for a code fragment when I find myself forced to optimize some code for speed. It is far more useful than tic and toc and more accurate. While the profiler itself is valuable too, code optimization forces you to focus on a specific small operation, which may have been identified as a bottleneck by the profiler.
Jan
on 9 Mar 2011
Coolest submission without any use:
Or:
Sorry for posting 2 submissions - I simply cannot decide which one is better, and if a "best" submission must be "useful" for anything.
Bjorn Gustavsson
on 9 Mar 2011
And an small beauty for keeping track of how figures were created:
0 Comments
Bjorn Gustavsson
on 9 Mar 2011
Easy figure-2-data digitization:
http://www.mathworks.com/matlabcentral/fileexchange/7173-grabit
0 Comments
Jan
on 15 Aug 2011
This is the most advanced GUI I've ever seen built by pure MATLAB:

Of course I mean the foreground figure...
0 Comments
See Also
Categories
Find more on Tables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!