how to save matrix of class double in to an image?
18 ビュー (過去 30 日間)
表示 古いコメント
vaibhav Bansode
2021 年 4 月 1 日
コメント済み: Esther Nabadda
2023 年 3 月 17 日 15:12
How can I save matrix of double type as an image without changing values? I wan to use these images in another program (.mat file is not helpfull)
採用された回答
Reshma Nerella
2021 年 4 月 4 日
Hi,
You can use imwrite function to write data of specific types into a specified graphic file(various formats supported).
You can write your matrix data of double into a file and save it as an image.
For more information, refer to the documentation and examples of imwrite
1 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!