converting matlab image to jpg image

10 次查看(过去 30 天)
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

类别

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