Is there a way to print the figure to the clipboard so that the quality is identical to what the Edit-->Copy Figure option provides?
I used to save the shape in the powerpoint file using saveppt.m obtained from Matlab Central . He worked until yesterday. I noticed that the quality of the saved image was somehow degraded. I tried to generate some ppt slides with exactly the same script and the same raw data, but the new slides are just worse.
I investigated this problem a bit and found that when the figure is copied to the clipboard by running print -dmeta , the image on the clipboard is already degraded, and if I use the Edit-->Copy Figure option in the picture window, I get the image as clearly as the original image in the picture window.
Below is an example of your link. I copied the image from the shape to the clipboard in two different ways and pasted it into the Microsoft Paint program and cut out part of it to show below:
Image using print -dmeta : 
Image using Edit-->Copy Figure : 
If you compare the Xtick label '50', you can see that the image from Edit-->Copy Figure is smoother.
At the beginning, I thought it was a permission problem, but setting -rN to change the resolution does not seem to solve my problem, at least not for N <= 300.
Thank you for your help.
Yyc
source share