how to save an image?

I got an embedded image as an output. I want to store it automatically while running the code and i need to work on that image? how to store an image using imwrite command?

2 件のコメント

Matt J
Matt J 2012 年 10 月 6 日
編集済み: Matt J 2012 年 10 月 6 日
What information are you asking for beyond what is already given in "doc imwrite"?
Image Analyst
Image Analyst 2012 年 10 月 6 日
And what exactly does "embedded" mean? How is that different than any other variable in your program?

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

回答 (1 件)

Image Analyst
Image Analyst 2012 年 10 月 7 日

0 投票

imwrite(yourImageArray, filename);

カテゴリ

ヘルプ センター および File ExchangeImages についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by