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

alpedhuez
alpedhuez el 11 de Jun. de 2020
a =readtable('test.csv')
morning = a.morning
madhan ravi
madhan ravi el 11 de Jun. de 2020
Isn’t that correct?
alpedhuez
alpedhuez el 11 de Jun. de 2020
Yes this is the correct one.
madhan ravi
madhan ravi el 11 de Jun. de 2020
Post it as an answer
alpedhuez
alpedhuez el 11 de Jun. de 2020
how?
madhan ravi
madhan ravi el 11 de Jun. de 2020
Answer this question

Iniciar sesión para comentar.

 Respuesta aceptada

Suraj Sudheer Menon
Suraj Sudheer Menon el 14 de Jun. de 2020

0 votos

A column can be read from a table by referring to the the column variable.
data=readtable('filename.csv')
morning=data.morning;

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.

Productos

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by