xlswrite error

2 次查看(过去 30 天)
joseph Frank
joseph Frank 2011-4-16
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 个评论
Oleg Komarov
Oleg Komarov 2011-4-16
On the web i find the same error when the number of columns exceed 256.

请先登录,再进行评论。

回答(1 个)

Matthew Worker
Matthew Worker 2011-6-8

标签

Community Treasure Hunt

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

Start Hunting!

Translated by