MATLAB: Tabulation of Image Pixel in excel

2 visualizaciones (últimos 30 días)
Jaja
Jaja el 6 de Oct. de 2014
Respondida: Image Analyst el 1 de Nov. de 2014
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.

Respuestas (1)

Image Analyst
Image Analyst el 1 de Nov. de 2014
Just use xlswrite() to send the pixel values to Excel
xlswrite(excelFullFileName, grayImage);

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by