why I can not import excel number into matlab
1 view (last 30 days)
Show older comments
When I import the excel file into matlab, the 'FreezeFraction'column turned into NaN! Can anyone help me with that? I used MATLAB2018.
0 Comments
Accepted Answer
Ameer Hamza
on 9 May 2018
Use readtable():
data = readtable('BehaviorData.xls');
It will read correct data from file.
6 Comments
More Answers (0)
See Also
Categories
Find more on Data Import from MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!