why I can not import excel number into matlab

1 次查看(过去 30 天)
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!

请先登录,再进行评论。

更多回答(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