Rank: 102 based on 431 downloads (last 30 days) and 3 files submitted
photo

Nico Schlömer

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Nico View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
22 Nov 2011 Screenshot matlab2tikz A script to convert MATLAB/Octave into TikZ figures for easy and consistent inclusion into LaTeX. Author: Nico Schlömer 3d, matlab2latex, data export, image processing, data import, 2d 309 28
  • 4.625
4.6 | 19 ratings
21 Jan 2011 Screenshot Guidelines for writing clean and fast code in MATLAB This document gives hints on how to write fast and good quality MATLAB code. Author: Nico Schlömer documentation, article 121 2
  • 5.0
5.0 | 4 ratings
08 May 2010 Screenshot sparse2eps Small MATLAB tool that creates a clean, crisp EPS file indicating the sparsity pattern of a matrix. Author: Nico Schlömer data export, matrix 1 0
Comments and Ratings by Nico View all
Updated File Comments Rating
16 Jan 2012 matlab2tikz A script to convert MATLAB/Octave into TikZ figures for easy and consistent inclusion into LaTeX. Author: Nico Schlömer

Tim: Easy. Just use

 >> matlab2tikz( 'myfile.tikz', 'height', '\figureheight', 'width', '\figurewidth' );

for all of your figures and set \figureheight and \figurewidth once in your LaTeX document.
See the README.

27 Dec 2011 matlab2tikz A script to convert MATLAB/Octave into TikZ figures for easy and consistent inclusion into LaTeX. Author: Nico Schlömer

There's always interest in patches to matlab2tikz! You could send a pull request on GitHub, or send the patch through by mail (use git format-patch to get properly credited) or create a pull request on GitHub. I don't mind either way.

29 Nov 2011 matlab2tikz A script to convert MATLAB/Octave into TikZ figures for easy and consistent inclusion into LaTeX. Author: Nico Schlömer

Hi Sebastien,

the #-issue should be fixed now; thanks for the report.
At the moment, I don't think pgfplots has a way of controlling the legend box aspect ratio in any way, but you may want to skim through its manual. Let me know in case you find something!

07 Jun 2011 matlab2tikz A script to convert MATLAB/Octave into TikZ figures for easy and consistent inclusion into LaTeX. Author: Nico Schlömer

@Alexander Klein: I implemented one or two things, you may wanna check out the latest release.
For future changes, it's best to submit a bug report at https://github.com/nschloe/matlab2tikz/.

19 May 2011 matlab2tikz A script to convert MATLAB/Octave into TikZ figures for easy and consistent inclusion into LaTeX. Author: Nico Schlömer

Well, the documentation may not be up-to-date all the time.
In general it's always worthwhile to take a peek at https://github.com/nicki/matlab2tikz/.
All the options are also listed in the source file itself of course, so you can always look at lines 125 ff. Should be pretty self-explainatory.

1) Not sure I understand what you mean.
2) You mean the image width? There are 'width' and 'height' arguments.
3) Option 'mathmode'.

Generally, if you found a bug or similar, it's easier for me to follow it up on GitHub.

Comments and Ratings on Nico's Files View all
Updated File Comment by Comments Rating
25 Jan 2012 matlab2tikz A script to convert MATLAB/Octave into TikZ figures for easy and consistent inclusion into LaTeX. Author: Nico Schlömer K, Dimitris

Great work! Thanks

16 Jan 2012 matlab2tikz A script to convert MATLAB/Octave into TikZ figures for easy and consistent inclusion into LaTeX. Author: Nico Schlömer Schlömer, Nico

Tim: Easy. Just use

 >> matlab2tikz( 'myfile.tikz', 'height', '\figureheight', 'width', '\figurewidth' );

for all of your figures and set \figureheight and \figurewidth once in your LaTeX document.
See the README.

16 Jan 2012 matlab2tikz A script to convert MATLAB/Octave into TikZ figures for easy and consistent inclusion into LaTeX. Author: Nico Schlömer Sønderby, Tim

Can you make so that the size of the figure always is the same, that would make it easier to control it for consistency in a report.

Thanks - great work!

27 Dec 2011 matlab2tikz A script to convert MATLAB/Octave into TikZ figures for easy and consistent inclusion into LaTeX. Author: Nico Schlömer Schlömer, Nico

There's always interest in patches to matlab2tikz! You could send a pull request on GitHub, or send the patch through by mail (use git format-patch to get properly credited) or create a pull request on GitHub. I don't mind either way.

27 Dec 2011 matlab2tikz A script to convert MATLAB/Octave into TikZ figures for easy and consistent inclusion into LaTeX. Author: Nico Schlömer Eike

Three things:
1.: Awesome piece of code. Really saves a lot of time and work.
2.: I set the width an the hight via "\pgfplotset{}" in my preamble and just change it for a few plots. Matlab2tikz always outputs width and heigh parameters which in this case isn't very usefull.
(just found the Wiki which provides a good work around for that https://github.com/nschloe/matlab2tikz/wiki - "\newlength and \setlength")
3.: I added support vor the "Legend.Orientation" parameter as well as for "Loaction=SouthOutside" and "Location=NorthOutside", are you interested in the code? Where to should I send it?

Top Tags Applied by Nico
data export, article, documentation, image processing, matrix
Files Tagged by Nico View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
22 Nov 2011 Screenshot matlab2tikz A script to convert MATLAB/Octave into TikZ figures for easy and consistent inclusion into LaTeX. Author: Nico Schlömer 3d, matlab2latex, data export, image processing, data import, 2d 309 28
  • 4.625
4.6 | 19 ratings
21 Jan 2011 Screenshot Guidelines for writing clean and fast code in MATLAB This document gives hints on how to write fast and good quality MATLAB code. Author: Nico Schlömer documentation, article 121 2
  • 5.0
5.0 | 4 ratings
08 May 2010 Screenshot sparse2eps Small MATLAB tool that creates a clean, crisp EPS file indicating the sparsity pattern of a matrix. Author: Nico Schlömer data export, matrix 1 0

Contact us at files@mathworks.com