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 件のコメント

Fangjun Jiang
Fangjun Jiang 2011 年 9 月 11 日
How did you do the copy?
Lucio
Lucio 2011 年 9 月 11 日
"Edit"- then "copy figure".

サインインしてコメントする。

 採用された回答

Lucio
Lucio 2011 年 9 月 11 日

0 投票

Please help !

3 件のコメント

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

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangePrinting and Saving についてさらに検索

質問済み:

2011 年 9 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by