why I can not import excel number into matlab

1 vue (au cours des 30 derniers jours)
AN NING
AN NING le 9 Mai 2018
Commenté : Ameer Hamza le 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.

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Data Import from MATLAB dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by