HOW TO CONVERT MATRIX INTO IMAGE
古いコメントを表示
i'm having 8x8x96 matrix convert into images or if any other way to apply the value in images...
5 件のコメント
KSSV
2017 年 3 月 28 日
@Vasantha You have asked this question already. We had a discussion on this and Walter also suggested you on this.
vasantha malairamar
2017 年 3 月 28 日
KSSV
2017 年 3 月 28 日
Copy the code which you have tried with error here..
vasantha malairamar
2017 年 3 月 28 日
編集済み: KSSV
2017 年 3 月 28 日
KSSV
2017 年 3 月 28 日
Error is with filename, what is the filename you have given? Also it is tough to check with out knowing dimensions/ data of the variables.
回答 (1 件)
Walter Roberson
2017 年 3 月 28 日
filename=sprintf('file%d.bmp',ks)
However, you cannot imwrite() a matrix with 96 color channels. You need to follow up on https://www.mathworks.com/matlabcentral/answers/329919-we-have-8-8-96-matrix-and-we-want-to-convert-this-matrix-into-an-image-how-to-convert-it to explain there what you are doing.
カテゴリ
ヘルプ センター および File Exchange で Convert Image Type についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!