xlswrite error
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
the variable data is 17503x23 matrix. hen I try to use xlswrite function:
xlswrite('ISINend.xls',data);
is returning the following error:
Error in ==> ISINComputations at 31
xlswrite('ISINend.xls',data );
??? Error using ==> xlswrite at 213
Excel returned: Error: Object returned error code: 0x800A03EC.
Error in ==> ISINComputations at 31
xlswrite('ISINend.xls',data );
what could be the reason?
1 Kommentar
Oleg Komarov
am 16 Apr. 2011
On the web i find the same error when the number of columns exceed 256.
Antworten (1)
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!