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

casi 11 años hace | 2

| aceptada

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

casi 11 años hace | 0

| aceptada

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

alrededor de 11 años hace | 1

| aceptada

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

alrededor de 11 años hace | 1

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

más de 12 años hace | 1

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

alrededor de 13 años hace | 0

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

alrededor de 13 años hace | 3

| aceptada

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

alrededor de 13 años hace | 0

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

alrededor de 13 años hace | 0

| aceptada