How to plot 16x16 pixel image from RGB data available in Excel Sheet?
古いコメントを表示
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,
採用された回答
その他の回答 (2 件)
Image Analyst
2014 年 2 月 18 日
1 投票
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().
Jakob Sørensen
2014 年 2 月 18 日
0 投票
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.
カテゴリ
ヘルプ センター および File Exchange で Convert Image Type についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!