Azzera filtri
Azzera filtri

converting matlab image to jpg image

10 visualizzazioni (ultimi 30 giorni)
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..

Risposta accettata

Thomas
Thomas il 18 Set 2012
Modificato: Thomas il 18 Set 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

Più risposte (1)

Matt Kindig
Matt Kindig il 18 Set 2012
doc imwrite

Categorie

Scopri di più su Convert Image Type in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by