필터 지우기
필터 지우기

Save .fig file as .eps file

조회 수: 2 (최근 30일)
I-Chun
I-Chun 2023년 3월 30일
댓글: I-Chun 2023년 4월 1일
I have a problem with the "save as" action in .fig window of matlab.
When I save the .fig file as the .eps file, the figure changes. Such as:
The top one is the original .fig file, while the bottom one is the result of saving as .eps file.
I don't know why the line is out of plot window.
Thank you for any advice.

답변 (1개)

VBBV
VBBV 2023년 3월 30일
plot(1:10)
saveas(gcf,'Linechart','epsc')
  댓글 수: 7
VBBV
VBBV 2023년 3월 31일
exportgraphics(gcf,'filename.eps','Resolution',300)
Have you tried using the resolution argument in export graphics command ?
I-Chun
I-Chun 2023년 4월 1일
Yes, I tried both high and low resolution, but the error is still.

댓글을 달려면 로그인하십시오.

카테고리

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