reading a table: column name
29 ビュー (過去 30 日間)
古いコメントを表示
alpedhuez
2020 年 6 月 11 日
回答済み: Suraj Sudheer Menon
2020 年 6 月 14 日
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 件のコメント
採用された回答
Suraj Sudheer Menon
2020 年 6 月 14 日
A column can be read from a table by referring to the the column variable.
data=readtable('filename.csv')
morning=data.morning;
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!