MATLAB: Tabulation of Image Pixel in excel

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.

Answers (1)

Just use xlswrite() to send the pixel values to Excel
xlswrite(excelFullFileName, grayImage);

Categories

Find more on Convert Image Type in Help Center and File Exchange

Asked:

on 6 Oct 2014

Answered:

on 1 Nov 2014

Community Treasure Hunt

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

Start Hunting!