Writematrix error exceeds sheet boundaries error
Ältere Kommentare anzeigen
Hello,
Iis there any way to use writematrix (r2020a; excel 16 Mac or 2010 WIN) to write more than 2^16 rows of data (2 cols). Excel help says it can take 2^20 rows but writematrix throws error message if matrix > 2^16 rows.
Thanks,
Andy
6 Kommentare
Andrew Trafford
am 29 Okt. 2020
Andrew Trafford
am 29 Okt. 2020
Andrew Trafford
am 29 Okt. 2020
Mathieu NOE
am 30 Okt. 2020
hi
I notice you're trying to save in older xls format which is limited to 2^16 = 65536 rows
could you try with xlsx format (the limit should be 2^20 rows)
Walter Roberson
am 30 Okt. 2020
Good point, Mathieu.
Andrew Trafford
am 1 Nov. 2020
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!