フィルターのクリア

converting matlab image to jpg image

10 ビュー (過去 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 件のコメント
Chandra Shekhar
Chandra Shekhar 2012 年 9 月 20 日
thanks Tom..

サインインしてコメントする。

その他の回答 (1 件)

Matt Kindig
Matt Kindig 2012 年 9 月 18 日
  1 件のコメント
Chandra Shekhar
Chandra Shekhar 2012 年 9 月 20 日
Thanks Matt Kindig for ur time

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by