Multi progress bar
A new "shiny" progress-bar with multiple bars in a single window, time-estimates and more.
Author: Ben Tordoff
Awesome waitbar.
To prevent the waitbar from jumping back to its original position (in matlab 2011a and maybe other editions) I added drawnow to the first few lines of the iRedraw function.
fobj = handle( fig );
drawnow;
p = fobj.Position;
25 Jul 2011
Curve intersections
Fast computation of intersections and self-intersections of curves using vectorization.
Author: NS
20 Jul 2011
Fireworks GUI
Enjoy some fireworks (with sound) with this interactive GUI
Author: Jiro Doke