필터 지우기
필터 지우기

EPS Figure Not Saving As Vectorized Plot For Illustrator

조회 수: 6 (최근 30일)
Cameron
Cameron 2024년 6월 4일
답변: Tomoaki Takagi 2024년 6월 8일
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일
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')

카테고리

Help CenterFile Exchange에서 Printing and Saving에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by