reading a table: column name
29 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
alpedhuez
le 11 Juin 2020
Réponse apportée : Suraj Sudheer Menon
le 14 Juin 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 commentaires
Réponse acceptée
Suraj Sudheer Menon
le 14 Juin 2020
A column can be read from a table by referring to the the column variable.
data=readtable('filename.csv')
morning=data.morning;
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Logical 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!