Copy figure with shading surf plot

Hi all.
Please help me how to copy to the clipboard a figure that have been ploted with a surf and adding interpolated shading:
figure(2);
surf(abs(pMicr))
shading interp
because every time I copy the figure I get it with a simple surf, without the shading.
Thank you !

2 Kommentare

Fangjun Jiang
Fangjun Jiang am 11 Sep. 2011
How did you do the copy?
Lucio
Lucio am 11 Sep. 2011
"Edit"- then "copy figure".

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Lucio
Lucio am 11 Sep. 2011

0 Stimmen

Please help !

3 Kommentare

Walter Roberson
Walter Roberson am 11 Sep. 2011
Have you considered using print() with -dmeta or -dbitmap to do the copying to the clipboard?
Lucio
Lucio am 11 Sep. 2011
yes, but it get not the figure with the shading.
Lucio
Lucio am 11 Sep. 2011
oh no sory, it did it! but with -dbitmap, not with -dmeta. Thank you very much for your help !!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Printing and Saving finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 11 Sep. 2011

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by