답변 있음 Print figure to pdf -- file size too large
I would guess that the PDF is being saved with an embedded image in 13b, and as a fully vectorized file in 14b. Try adding '-ope...
8년 초과 전 | 2
| 수락됨
답변 있음 exporting a figure to eps format bug(?)
Dimitirios,
You're running into a tight bounding box issue.
In the case in which the vertical line is missing in the imp...
답변 있음 Print broken in R2014b?
It sounds like you might have a function named *printopt* that is conflicting with the one the is shipped with MATLAB. What re...
답변 있음 copy uipanel content to clipboard
Have you tried, from the MATLAB command line or within a function or script:
print(fig, '-dmeta')
where *_fig_* is ...
답변 있음 save a plot without gridlines
You might contact the author of the File Exchange submission you're using to see if they can provide assistance. I'd guess that ...