MATLAB xlswrite function
Mostrar comentarios más antiguos
Hello all MATLAB users:
This came to my attention,
>> x = [inf 3 4 inf];
>> xlswrite('test',x,'test');
if you open the .xls file you will notice that the inf value in xls is the "magic" number 65535.
Does anyone know the reason?
Respuesta aceptada
Más respuestas (2)
Kenneth Eaton
el 28 de En. de 2011
1 voto
Excerpt:
- Excel converts Inf values to 65535. MATLAB converts NaN values to empty cells.
Stavros
el 29 de En. de 2011
0 votos
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!