why I can not import excel number into matlab
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
AN NING
el 9 de Mayo de 2018
Comentada: Ameer Hamza
el 9 de Mayo de 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 comentarios
Respuesta aceptada
Ameer Hamza
el 9 de Mayo de 2018
Use readtable():
data = readtable('BehaviorData.xls');
It will read correct data from file.
6 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Import from MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!