m-code to LaTeX converter
This m-file (with GUI) converts m-code into a tex-file for including in a LaTeX-document.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Uwe Lelke (2026). m-code to LaTeX converter (https://www.mathworks.com/matlabcentral/fileexchange/24515-m-code-to-latex-converter), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.10.0 (153 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.10.0 | Updated to include an App file for R2012b |
||
| 1.9.0 | 1. New option 'bwc' for code in black and white
|
||
| 1.8.0 | I corrected all things in respect to the false strings.
|
||
| 1.7.0 | I upgraded the input options for specifying a source and target file, for example (instead of only a filename, you can write there the whole path):
I have also added a GUI (my first one). |
||
| 1.6.0 | "if else end" can be handled now in one line, which the program was already supposed to do.
|
||
| 1.5.0 | Corrected a minor error with respect to lines, which contain only space characters cause of a kindly tip from an user. |
||
| 1.4.0 | Upgraded the distinction between strings, e.g 'xyz' and apostrophs for transpose purpose, e.g. G=P*C'/(C*P*C'+R). |
||
| 1.3.0 | Corrected a minor error in respect of one single "second word" string.
|
||
| 1.2.0 | recognizes now a linebreak, but only with a leading space character, i.e. " ..." and only once in a line |
||
| 1.1.0 | (just minor things updated and a photo of the output)
|
||
| 1.0.0 |