generateM2HTML

PURPOSE ^

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 clear
0002 
0003 % Setup path
0004 m2html_path = 'C:\Users\Asif\Dropbox\Homotopy toolbox\m2html';
0005 addpath(m2html_path);
0006 
0007 mname = mfilename;
0008 mpath = mfilename('fullpath');
0009 mdir = mpath(1:end-length(mname));
0010 cd(mdir);
0011 
0012 cd ..  
0013 cd ..
0014 m2html('mfiles','L1_homotopy_v2.0', 'htmldir','L1_homotopy_v2.0\report\doc','recursive','on', 'global','on','graph','on','template','frame','index','menu');

Generated on Mon 10-Jun-2013 23:03:23 by m2html © 2005