MATLAB: Tabulation of Image Pixel in excel
1 次查看(过去 30 天)
显示 更早的评论
How can I tabulate an image pixel in excel (.xlsx) using Matlab codes. or How can I convert Image pixel to Matrix and tabulate this to excel? Every rows and columns of the excel file should contain the corresponding pixel of the picture.
0 个评论
回答(1 个)
Image Analyst
2014-11-1
Just use xlswrite() to send the pixel values to Excel
xlswrite(excelFullFileName, grayImage);
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!