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

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

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

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

casi 13 años hace | 0

| aceptada