Domanda

Devo creare un grande file .csv con dire oltre 200.000 righe e 7 cols. Questo fallisce:

a = randn(200000,7) ; xlswrite('hugedata.csv', a) ;

??? Error using ==> xlswrite at 211 Excel returned: Error: Object returned error code: 0x800A03EC.

A = Randn (4,3); xlswrite ('Hugdata.csv', a); % funziona perfettamente bene.

Commenti? Si prega di suggerire un codice alternativo se disponibile. Grazie.

Nessuna soluzione corretta

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top