Help reading data from CSV file?

1 次查看(过去 30 天)
I have code for data in csv file but do not know how to import and run data through the code.

回答(1 个)

Star Strider
Star Strider 2018-11-8
Without knowing more, your best option (if you have R2013b or later) is to use the readtable (link) function.
For details on using table data types, see Access Data in a Table (link).
  7 个评论
Kristine McKay
Kristine McKay 2018-11-8
I have a set of data I need to run through code but I don't know how to put it through the code without doing it manually for each individual. Does that make sense?
Kristine McKay
Kristine McKay 2018-11-8
For example, if person is over 20 code will say this is true. If not over 20 this is false. Display etc

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by