How to plot 16x16 pixel image from RGB data available in Excel Sheet?
Show older comments
Hello, i have R,G,B data in excel sheet for each pixel in 16x16 array. I want to generate a 16x16 image using that data. The image must be 16x16 pixels only.
Thanks,
Accepted Answer
More Answers (2)
Image Analyst
on 18 Feb 2014
1 vote
Put it into the array using for loop. Not sure what you mean by plot, but if you want to plot you can use plot(). If you want to display as an image you can use imshow().
1 Comment
Syed Haider
on 18 Feb 2014
Jakob Sørensen
on 18 Feb 2014
0 votes
Have a look at this artcile, regarding import from a worksheet. How to turn it into an image depends a bit on how your data is arranged.
1 Comment
Syed Haider
on 18 Feb 2014
Categories
Find more on Convert Image Type 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!