xlswrite error

조회 수: 1 (최근 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일

카테고리

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