Borrar filtros
Borrar filtros

why I can not import excel number into matlab

2 visualizaciones (últimos 30 días)
AN NING
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.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Data Import from MATLAB en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by