Answered
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...

9 years ago | 2

| accepted

Answered
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...

9 years ago | 0

| accepted

Answered
Turn on 'View Figure Toolbar' programmaticaly
Try this: set(fig, 'toolbar', 'figure') where fig is the figure you are working with

9 years ago | 1

| accepted

Answered
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...

9 years ago | 1

Answered
how to print multiple figures on screen using -depsc command??
Since you didn't specify it in the print command, MATLAB will print the current figure each time. In your case, since you have...

11 years ago | 1

Answered
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 ...

11 years ago | 0

Answered
How to display *.obj or *.png files on a figure window?
I'm not sure about the .obj files, but for .png files something like the following should work to display the image in the curre...

11 years ago | 2

| accepted

Answered
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 ...

11 years ago | 0

Answered
All figure backgrounds became black with white axes.
The clue is in the error message: Error in ==> whitebg at 98 lum = dot([.298936021 .58704307445 .114020904255],c(k,:)); ...

11 years ago | 0

| accepted