converting matlab image to jpg image

help me out, i converted one image into some form using matlab, but i want to save that image in '.jpg' form, because i need to read image for further processing..

 채택된 답변

Thomas
Thomas 2012년 9월 18일
편집: Thomas 2012년 9월 18일

1 개 추천

You could use the GUI or
doc saveas
saveas(h,'filename.jpg')
href = ""<http://www.mathworks.com/help/matlab/ref/saveas.html</a>>
or use
imwrite

추가 답변 (1개)

Matt Kindig
Matt Kindig 2012년 9월 18일

0 개 추천

doc imwrite

카테고리

도움말 센터File Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by