Azzera filtri
Azzera filtri

MATLAB: Tabulation of Image Pixel in excel

1 visualizzazione (ultimi 30 giorni)
Jaja
Jaja il 6 Ott 2014
Risposto: Image Analyst il 1 Nov 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.

Risposte (1)

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

Community Treasure Hunt

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

Start Hunting!

Translated by