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 comentarios

Fangjun Jiang
Fangjun Jiang el 11 de Sept. de 2011
How did you do the copy?
Lucio
Lucio el 11 de Sept. de 2011
"Edit"- then "copy figure".

Iniciar sesión para comentar.

 Respuesta aceptada

Lucio
Lucio el 11 de Sept. de 2011

0 votos

Please help !

3 comentarios

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Printing and Saving en Centro de ayuda y File Exchange.

Preguntada:

el 11 de Sept. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by