MATLAB xlswrite function
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (2)
Kenneth Eaton
le 28 Jan 2011
1 vote
Excerpt:
- Excel converts Inf values to 65535. MATLAB converts NaN values to empty cells.
Stavros
le 29 Jan 2011
0 votes
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!