reading a table: column name

29 ビュー (過去 30 日間)
alpedhuez
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 件のコメント
alpedhuez
alpedhuez 2020 年 6 月 11 日
how?
madhan ravi
madhan ravi 2020 年 6 月 11 日
Answer this question

サインインしてコメントする。

採用された回答

Suraj Sudheer Menon
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 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by