| Description |
matlabfrag is a function which exports a Matlab figure to .eps and .tex files for use in LaTeX/pdfLaTeX/LyX. It is inspired by LaPrint, but is intended to be more WYSIWYG, by respecting figure handles better.
Some of the advantages of matlabfrag compared to LaPrint are:
- Much more emphasis on WYSIWYG.
- Handles figures that need the OpenGL or Z-Buffer renderers.
- Text objects are sized correctly (such as with a legend).
- Tick labels are handled better.
- Reduced number of options (which could also be viewed as a disadvantage).
- A great user manual ;-)
To include the figures in LaTeX, pdfLaTeX and LyX I recommend the pstool package. More information can be found in the User Guide.
Please email any bug reports to me (see my account for more details). I'm unlikely to notice any bug reports posted in the comments.
This is version 0.6.15 of matlabfrag, uploaded 15-Mar-2010.
- Fixed a version check bug which caused it to break in r2010a, and a EPS integer overflow bug. |
| Other Files |
examples/comparison01.m, examples/comparison02.m, examples/ex01.m, examples/ex02.m, examples/ex03.m, examples/ex04.m, examples/ex05.m, examples/ex06.m, examples/ex07.m, examples/ex08.m, examples/ex09.m, examples/ex10.m, examples/ex11.m, examples/ex12.m, examples/ex13.m, examples/ex14.m, examples/ex15.m, examples/ex16.m, examples/ex17.m, examples/run_all.m, examples/test01.m, examples/test02.m, examples/test03.m, examples/test04.m, examples/test05.m, examples/test06.m, examples/test07.m, examples/test08.m, examples/test09.m, examples/test10.m, examples/test11.m, examples/test12.m, examples/test13.m, examples/test14.m, examples/test15.m, examples/testing.tex, examples/userguide.tex, license.txt, matlabfrag.m, userguide.pdf
|