Effacer les filtres
Effacer les filtres

converting matlab image to jpg image

10 vues (au cours des 30 derniers jours)
Chandra Shekhar
Chandra Shekhar le 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..

Réponse acceptée

Thomas
Thomas le 18 Sep 2012
Modifié(e) : Thomas le 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

Plus de réponses (1)

Matt Kindig
Matt Kindig le 18 Sep 2012
  1 commentaire
Chandra Shekhar
Chandra Shekhar le 20 Sep 2012
Thanks Matt Kindig for ur time

Connectez-vous pour commenter.

Catégories

En savoir plus sur Convert Image Type dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by