xlswrite error

2 visualizaciones (últimos 30 días)
joseph Frank
joseph Frank el 16 de Abr. de 2011
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 comentario
Oleg Komarov
Oleg Komarov el 16 de Abr. de 2011
On the web i find the same error when the number of columns exceed 256.

Iniciar sesión para comentar.

Respuestas (1)

Matthew Worker
Matthew Worker el 8 de Jun. de 2011

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by