why I can not import excel number into matlab
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
AN NING
am 9 Mai 2018
Kommentiert: Ameer Hamza
am 9 Mai 2018
When I import the excel file into matlab, the 'FreezeFraction'column turned into NaN! Can anyone help me with that? I used MATLAB2018.
0 Kommentare
Akzeptierte Antwort
Ameer Hamza
am 9 Mai 2018
Use readtable():
data = readtable('BehaviorData.xls');
It will read correct data from file.
6 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import from MATLAB finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!