MATLAB: Copy figure with shading surf plot

clipboardcopyfigureinterpolatedpastshaddingsurf

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 !

Best Answer

Please help !