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

mehr als 11 Jahre vor | 2

| akzeptiert

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

mehr als 11 Jahre vor | 0

| akzeptiert

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

fast 12 Jahre vor | 1

| akzeptiert

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

fast 12 Jahre vor | 1

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

etwa 13 Jahre vor | 1

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

mehr als 13 Jahre vor | 0

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

mehr als 13 Jahre vor | 3

| akzeptiert

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

mehr als 13 Jahre vor | 0

Beantwortet
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,:)); ...

mehr als 13 Jahre vor | 0

| akzeptiert