Rank: 884 based on 79 downloads (last 30 days) and 2 files submitted
photo

Uwe Lelke

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Uwe View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
07 Jan 2010 re-use of calendars This program determines for the given year, when you can use the same calendar again. Author: Uwe Lelke calendar, reuse 1 0
29 Sep 2009 Screenshot 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 latex, mcode, conversion, tex, publishing, highlighting 78 6
  • 5.0
5.0 | 3 ratings
Comments and Ratings by Uwe View all
Updated File Comments Rating
25 Nov 2009 M-code LaTeX Package Easily include nicely syntax highlighted m-code in your LaTeX documents. Author: Florian Knorn

@ Daniel: You may wanna take a look at the following programm:

http://www.mathworks.com/matlabcentral/fileexchange/24515-m-code-to-latex-converter

which takes care of the three-dot-, the end-as-index- and several other little problems as well.

22 Jun 2009 M-code LaTeX Package Easily include nicely syntax highlighted m-code in your LaTeX documents. Author: Florian Knorn

not bad, but there are still problems with recognizing keywords and strings correctly

Comments and Ratings on Uwe's Files View all
Updated File Comment by Comments Rating
16 Oct 2011 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 andersen, ole

Thanks! a good time saver :D

24 May 2011 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 Skatun, Kim

There is a bug if u use latex commands in labels,etc in plot..

09 Aug 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 Kristof

another problem that I've just encountered:
error(’The tag ’’%s’’ is not correct.’,boxtag);
% the ",box" is black while "tag);" is blue.

09 Aug 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 Kristof

Nice work, but I still have some problems with it:
1. The transpose is still considered a string in the following case:
% .*(comp2) and .*(comp4) are colored as strings.
logical((comp1)’.*(~comp2)’.*(comp3)’.*(comp4)’.*(comp5)’);

2. When I use sprintf, then the everything after %s is colored as a string.
handles.(tag) = struct(...
’button’, eval(sprintf(’handles.%s’,tag)),...
’checkbox’, eval(sprintf(’handles.%s_check’,tag)),...
’time’, eval(sprintf(’handles.edit_%s_Time’,tag)),...
’initial’, eval(sprintf(’handles.edit_%s_Initial’,tag)),...
’final’, eval(sprintf(’handles.edit_%s_Final’,tag)),...
’gototag’, tag,...
’path’, path_steps_faults{i});

3. The gui doesn't seem to work. I don't know if anybody else had the same problem, but each button gives the same error:
>> m2tex
??? Error using ==> waitfor
Undefined function or method 'm2tex_gui_app' for input arguments of type 'struct'.
 
??? Error using ==> waitfor
Error while evaluating uicontrol Callback

I hope you can resolve these problems.

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 lenny

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.

Top Tags Applied by Uwe
calendar, conversion, highlighting, latex, mcode
Files Tagged by Uwe View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
07 Jan 2010 re-use of calendars This program determines for the given year, when you can use the same calendar again. Author: Uwe Lelke calendar, reuse 1 0
29 Sep 2009 Screenshot 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 latex, mcode, conversion, tex, publishing, highlighting 78 6
  • 5.0
5.0 | 3 ratings

Contact us at files@mathworks.com