saving figures using saveas

Hello,
When I have a matlab figure open and I use the dropdown menu to save the figure as a JPEG, everything works fine and the whole image is saved correctly. My problem is that I have to save many images so I save it within my code using saveas(gca,'someimage.jpg'). When using saveas, most of the JPEG file is cut off at the top. Is there something i can do to get the whole image?
Thanks, Mason

댓글 수: 1

Mason
Mason 2012년 6월 11일
I appears that its saving the unfilled page view? Is there a way to put in a fill page option?

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

답변 (1개)

Jessica Lam
Jessica Lam 2012년 6월 11일

0 개 추천

will you consider to use one command print ?
For example , plot(1:10); plot_filename='testing.jpg'; print('-djpeg', plot_filename, '-r100'); http://www.mathworks.com.au/help/techdoc/ref/print.html

댓글 수: 1

Mason
Mason 2012년 6월 11일
Same thing happens, only about half of the image is saved.

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

카테고리

도움말 센터 및 File Exchange에서 Printing and Saving에 대해 자세히 알아보기

태그

질문:

2012년 6월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by