MATLAB: Tabulation of Image Pixel in excel

1 回表示 (過去 30 日間)
Jaja
Jaja 2014 年 10 月 6 日
回答済み: Image Analyst 2014 年 11 月 1 日
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.

回答 (1 件)

Image Analyst
Image Analyst 2014 年 11 月 1 日
Just use xlswrite() to send the pixel values to Excel
xlswrite(excelFullFileName, grayImage);

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by