matlabfrag to pdf
by Martin
25 Aug 2010
(Updated 14 Sep 2010)
Small script using matlabfrag to create a latex formatted pdf file.
|
Watch this File
|
| File Information |
| Description |
Based on plotpdftex
Calls matlabfrag to create the *.eps and *.tex Files. After that pdflatex is used to create the pdf File.
USAGE:
------------------------
mlf2pdf creates the PDF file of the current graphical figure (CGF)
named LaTeXfile.pdf
mlf2pdf(H) creates the PDF file from the graphical figure with
handle H, named LaTeXfile.pdf
mlf2pdf(H,FILENAME) creates the PDF file from the graphical figure
with handle H, named FILENAME.PDF (FILENAME is a character array of
the filename, with or without the extension .PDF)
mlf2pdf(H,FILENAME,PACKAGES) to adding
packages such as fonts, mathfont,...
ex: PACKAGES = 'amssymb, times'
It now supports Windows AND Unix Systems.
|
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
PlotPdfTex, matlabfrag
|
| MATLAB release |
MATLAB 7.8 (R2009a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 25 Aug 2010 |
added acknowledgements |
| 03 Sep 2010 |
mlf2pdf ignored the figure handle. Should work now. |
| 14 Sep 2010 |
+ added UNIX Support
+ included an example |
|
Contact us at files@mathworks.com