Plot saved as EMF, rendered as raster as opposed to vector graphics
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have Matlab code (too complex/inelegant to post or attempt to simplify) that produces an array of subplots that looks like this:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/191351/image.png)
When I save this as an EMF file and insert in Powerpoint, then zoom in closely on the image, it looks pixelated:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/191352/image.jpeg)
This is very surprising to me, as I have for a long time been exporting Matlab plots as EMF and integrating those into Powerpoint slides, in order to build there more complex graphs that, as vector graphics, would print well at any size. These imported EMFs would also scale well and look smooth regardless of how much I zoomed into them in Powerpoint.
Opening the EMF in Inkscape shows that this plot is indeed exported by Matlab not as vector but as raster graphics. Can anyone guess why that is? Thanks in advance!
1 Kommentar
Gabriel Behling
am 14 Mär. 2023
export as .eps or .svg and use a latex software or something like canva
Antworten (1)
z8080
am 22 Jun. 2018
1 Kommentar
Bjarne Husted
am 25 Jan. 2021
Does somebody have an answer to this as I have the same problem. It is possbile to export as eps but that makes it more difficult to insert the file in word.
Siehe auch
Kategorien
Mehr zu Specifying Target for Graphics Output finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!