Image Write in Excel

조회 수: 6 (최근 30일)
KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 12월 15일
편집: Walter Roberson 2019년 12월 17일
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

채택된 답변

Walter Roberson
Walter Roberson 2019년 12월 15일
편집: Walter Roberson 2019년 12월 17일
  댓글 수: 1
KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 12월 17일
Thanks sir

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by