Adjust PDF page
by Cris Luengo
24 Feb 2012
MATLAB writes figures to PDF files as a full page. This function corrects that.
|
Watch this File
|
| File Information |
| Description |
By default, when writing a figure window to a PDF file, the figure's content is centered on an A4 or letter-sized page. This is not true for any other file format (EPS, TIFF, PNG, etc, where the bounding box of the resulting graphic, very sensibly, matches that of the figure window). This simple function sets the figure's PaperSize and PaperPosition properties so that the PDF file's bounding box matches that of the figure window.
Example:
<create a nice plot>
adjustpdfpage
print -dpdf figure1.pdf
This function was created using Release 2011b, but should work for earlier releases also. |
| Required Products |
MATLAB
|
| MATLAB release |
MATLAB 7.13 (R2011b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us