Rank: 38121 based on 0 downloads (last 30 days) and 0 files submitted
photo

lenny

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by lenny
Updated File Comments Rating
30 Jul 2009 m-code to LaTeX converter This m-file (with GUI) converts m-code into a tex-file for including in a LaTeX-document. Author: Uwe Lelke

Well done. Really good work. Thanx!

A single problem I have come across:
"if, then, else" only recognized when they are in separate lines. But I'm not so sure what was the problem in my case. I changed it from
     if xx==1; do_this_fcn; else do_that_fcn; end
to
   if xx==1
      do_this_fcn;
   else
      do_that_fcn;
   end
and it worked.

For future versions:
additional input options for 'inputfilename', 'outputfilename' (which would include the directory) and which would help to automatize your script updating routines in a latex based protocol.

Contact us at files@mathworks.com