필터 지우기
필터 지우기

How to save matlab figures in .eps format

조회 수: 37 (최근 30일)
Zeab
Zeab 2019년 2월 20일
답변: Zeab 2019년 2월 23일
Dear All,
I wanted to generate the .eps formate of a figure in matlab.I wonder if anyone recommend me the steps to do so either matlab or any other softwares.
Thank you!

답변 (2개)

Walter Roberson
Walter Roberson 2019년 2월 20일
Use print with driver -depsc (color) or -deps (grayscale)
  댓글 수: 2
Zeab
Zeab 2019년 2월 23일
Dear Walter Roberson,
Can you clarrify it please?,I have figures in matlab and I want to use .eps formats while I am inserting them in latex documentation.
Walter Roberson
Walter Roberson 2019년 2월 23일
print(fig,'FilenameGoesHere','-depsc')

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


Zeab
Zeab 2019년 2월 23일
Dear Walter Roberson,
I just tried it by saving the input figure in a directory folder with a file name of Customfig1,then ,I directly typed the command print(Customfig1,'myepsfig','-depsc') in the command window,something wrong that i didn't get well

카테고리

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