Effacer les filtres
Effacer les filtres

Image Write in Excel

6 vues (au cours des 30 derniers jours)
KALYAN ACHARJYA
KALYAN ACHARJYA le 15 Déc 2019
Hello all,
I am trying to write image pixels values in excel file, the size of image 2048x1365 uint8. presently using windows 10. It seem small issue, but stuck last 10 minutes.
ver: Matlab 2017a
im=rgb2gray(imread('coolerdarker.jpg'));
xlswrite('Test1',im);
#Error:
Error using xlswrite (line 226)
The specified data range is invalid or too large to write to the specified file format. Try writing to an XLSX file and use Excel
A1 notation for the range argument, for example, A1:D4.
Error in matlab_test_file (line 16)
xlswrite('Test1',im);
Thanks

Réponse acceptée

Walter Roberson
Walter Roberson le 15 Déc 2019
Modifié(e) : Walter Roberson le 17 Déc 2019
  1 commentaire
KALYAN ACHARJYA
KALYAN ACHARJYA le 17 Déc 2019
Thanks sir

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by