Image Write in Excel

9 ビュー (過去 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 Center および File ExchangeSpreadsheets についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by