EPS Figure Not Saving As Vectorized Plot For Illustrator

I am trying to generate figures in matlab and save them as eps files to further edit them in adobe illustrator. When I open the eps plot in adobe illustrator it is not vectorized and is essentially just an image. Here is what it looks like in illustrator:

回答 (1 件)

Tomoaki Takagi
Tomoaki Takagi 2024 年 6 月 8 日

0 投票

Which function are you using to save the image?
If you were using saveas function, try using this instead:
exportgraphics(gca,'image1.eps','ContentType','vector')
or
print('image1','-depsc','-vector')

カテゴリ

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

質問済み:

2024 年 6 月 4 日

回答済み:

2024 年 6 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by