reading a table: column name
29 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
alpedhuez
el 11 de Jun. de 2020
Respondida: Suraj Sudheer Menon
el 14 de Jun. de 2020
I created a csv file
morning afternoon
1 0
0 2
I read it using readtable
and then type
morning
then I got
unrecognized function or variable
Please advise.
6 comentarios
Respuesta aceptada
Suraj Sudheer Menon
el 14 de Jun. de 2020
A column can be read from a table by referring to the the column variable.
data=readtable('filename.csv')
morning=data.morning;
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical 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!