matlabfrag to pdf
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.
Citar como
Martin (2024). matlabfrag to pdf (https://www.mathworks.com/matlabcentral/fileexchange/28545-matlabfrag-to-pdf), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.