Ungrouping copied figure to MS powerpoint got blurred
3 views (last 30 days)
Show older comments
Hello.
In previous version (2011b), after using 'imagesc' function, the figure was copied&pasted to MS powerpoint (2010 ver). The copied figure could be ungrouped, so I could easily edit the figure.
However, in matlab 2015a, I cannot ungroup the figure as the figure got blurred after ungrouping. Is there a way to ungroup the imagesc figure without blurring effect?
Thanks a lot for your help.
1 Comment
andy
on 21 Sep 2016
Was a workaround for this ever discovered? It is really inconvenient to have to switch from Matlab 2014+ to Matlab 2013 to have quality images in PowerPoint.
Answers (1)
Usha Duddu
on 11 Nov 2015
Hi Jihwan
I understand that you are trying to ungroup MATLAB generated figures using Microsoft PowerPoint. In order to ungroup the file in Microsoft PowerPoint, the figure needs to be copied as "Windows Enhanced Metafile". There are two ways to do this:
1. In the Figure window, go to "Edit" -> "Copy Options". On the right pane, choose "Metafile" for "Clipboard format". Then, try copy and paste to Powerpoint again.
2. After creating the figure, go back to the MATLAB command window and type the following
>> print -dmeta
The figure is now in your clipboard and you can directly paste it into any Powerpoint slide and the "Group" option should also be activated. I hope this helps.
Thank you Usha
See Also
Categories
Find more on MATLAB Report Generator in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!