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.
0 个评论
采纳的回答
Ameer Hamza
2018-5-9
Use readtable():
data = readtable('BehaviorData.xls');
It will read correct data from file.
更多回答(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!