Filter löschen
Filter löschen

converting matlab image to jpg image

10 Ansichten (letzte 30 Tage)
Chandra Shekhar
Chandra Shekhar am 18 Sep. 2012
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..

Akzeptierte Antwort

Thomas
Thomas am 18 Sep. 2012
Bearbeitet: Thomas am 18 Sep. 2012
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

Weitere Antworten (1)

Matt Kindig
Matt Kindig am 18 Sep. 2012

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by