Save figure to image file with tight borders for LaTeX
Version 2.0.2 (1.96 KB) by
Anthony Ricciardi
I like to create vectorized PDF images for LaTeX documents. This function creates images that are ready to include; no cropping required.
Saves a MATLAB figure to an image file with tight borders. I like to use vectorized PDF files for LaTeX documents. Images saved using this function don’t need to be manually cropped.
For newer versions of MATLAB, use the saveas() function instead of this function. In newer versions of MATLAB, saveas() saves figures to match the size of the figure on the screen by default. Previously, saveas() saved figures to 8-by-6 inches by default – this left the user to manually crop the figure to remove large borders. The newer behavior started in version R2016a, according to saveas() documentation, but I’ve observed the 8-by-6 inch default in R2016b.
Cite As
Anthony Ricciardi (2025). Save figure to image file with tight borders for LaTeX (https://www.mathworks.com/matlabcentral/fileexchange/32773-save-figure-to-image-file-with-tight-borders-for-latex), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2016b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Printing and Saving in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.