필터 지우기
필터 지우기

converting matlab image to jpg image

조회 수: 23 (최근 30일)
Chandra Shekhar
Chandra Shekhar 2012년 9월 18일
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일
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일
  댓글 수: 1
Chandra Shekhar
Chandra Shekhar 2012년 9월 20일
Thanks Matt Kindig for ur time

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

카테고리

Help CenterFile 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