필터 지우기
필터 지우기

why I can not import excel number into matlab

조회 수: 2 (최근 30일)
AN NING
AN NING 2018년 5월 9일
댓글: Ameer Hamza 2018년 5월 9일
When I import the excel file into matlab, the 'FreezeFraction'column turned into NaN! Can anyone help me with that? I used MATLAB2018.

채택된 답변

Ameer Hamza
Ameer Hamza 2018년 5월 9일
Use readtable():
data = readtable('BehaviorData.xls');
It will read correct data from file.
  댓글 수: 6
AN NING
AN NING 2018년 5월 9일
wow, it is working well, thank you! you are so talented!
Ameer Hamza
Ameer Hamza 2018년 5월 9일
You are welcome.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by