Azzera filtri
Azzera filtri

why I can not import excel number into matlab

2 visualizzazioni (ultimi 30 giorni)
When I import the excel file into matlab, the 'FreezeFraction'column turned into NaN! Can anyone help me with that? I used MATLAB2018.

Risposta accettata

Ameer Hamza
Ameer Hamza il 9 Mag 2018
Use readtable():
data = readtable('BehaviorData.xls');
It will read correct data from file.
  6 Commenti
AN NING
AN NING il 9 Mag 2018
wow, it is working well, thank you! you are so talented!

Accedi per commentare.

Più risposte (0)

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!

Translated by