Réponse apportée
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...

environ 11 ans il y a | 2

| A accepté

Réponse apportée
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...

plus de 11 ans il y a | 0

| A accepté

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

plus de 11 ans il y a | 1

| A accepté

Réponse apportée
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...

plus de 11 ans il y a | 1

Réponse apportée
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...

presque 13 ans il y a | 1

Réponse apportée
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 ...

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 3

| A accepté

Réponse apportée
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 ...

plus de 13 ans il y a | 0

Réponse apportée
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,:)); ...

plus de 13 ans il y a | 0

| A accepté