This is an excellent routine that produces high quality .html files. The facility for having a background with transparent overplots is especially good. I found I needed to use export_fig to produce the transparent .png images.
11 Oct 2010
RANDRAW
Efficient Random Variates Generator (from over 50 distributions).
Author: Alex Bar-Guy
03 Oct 2010
xlswrite1
increases speed of xlswrite function when used in loops or multiple times.
Author: Matt Swartz
Worked like a charm once I changed 'base' to 'caller' in Excel=evalin('base','Excel');
as suggested by Martin Rouse.
26 Sep 2010
xml2struct
Convert an xml file into a MATLAB structure for easy access to the data.
Author: Wouter Falkena
I was tearing my hair out trying to figure out how to automatically access one tiny piece of data in a .xml file until I found this routine.