MATLAB xlswrite function
이전 댓글 표시
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?
채택된 답변
추가 답변 (2개)
Kenneth Eaton
2011년 1월 28일
1 개 추천
Excerpt:
- Excel converts Inf values to 65535. MATLAB converts NaN values to empty cells.
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!