drow a image only by a matrix
1 回表示 (過去 30 日間)
古いコメントを表示
If I have a image's matrix( for example a matrix 300*400) , how do I drow this matrix as a image? Also depends on the type of photo?
0 件のコメント
採用された回答
Thomas
2012 年 7 月 9 日
Maybe imshow will help
eg:
c=rand(300,400); % generate random matrix data
imshow(c)
7 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!