drow a image only by a matrix
1 view (last 30 days)
Show older comments
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 Comments
Accepted Answer
Thomas
on 9 Jul 2012
Maybe imshow will help
eg:
c=rand(300,400); % generate random matrix data
imshow(c)
7 Comments
More Answers (0)
See Also
Categories
Find more on Read, Write, and Modify Image in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!