why I can not import excel number into matlab
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
When I import the excel file into matlab, the 'FreezeFraction'column turned into NaN! Can anyone help me with that? I used MATLAB2018.
0 Commenti
Risposta accettata
Ameer Hamza
il 9 Mag 2018
Use readtable():
data = readtable('BehaviorData.xls');
It will read correct data from file.
6 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Import from MATLAB in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!