필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Jpeg text rendering when saving.

조회 수: 2 (최근 30일)
Francois Piche
Francois Piche 2012년 1월 17일
마감: MATLAB Answer Bot 2021년 8월 20일
I have a figure that gets saved as a JPEG format from within the program with the command:
print ('-djpeg100',[pn,'figure1.jpg']);
The saved image has got the axes labeling number running on top of each other quite unlike what I am seeing on the screen and obtain when I manually save the figure as a JPEG using File -> Save As. I would like to avoid having to do this work manually as it is time consuming and a real pain.
thanks,

답변 (1개)

Oliver Woodford
Oliver Woodford 2012년 1월 18일
Try export_fig on the file exchange.

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by