why I can not import excel number into matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
When I import the excel file into matlab, the 'FreezeFraction'column turned into NaN! Can anyone help me with that? I used MATLAB2018.
댓글 수: 0
채택된 답변
Ameer Hamza
2018년 5월 9일
Use readtable():
data = readtable('BehaviorData.xls');
It will read correct data from file.
댓글 수: 6
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!