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 Comments

How did you do the copy?
"Edit"- then "copy figure".

Sign in to comment.

 Accepted Answer

Lucio
Lucio on 11 Sep 2011
Please help !

3 Comments

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

Sign in to comment.

More Answers (0)

Categories

Find more on Printing and Saving in Help Center and File Exchange

Asked:

on 11 Sep 2011

Community Treasure Hunt

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

Start Hunting!