Import CSV file and calculate

3 次查看(过去 30 天)
Hello,
I got a CSV file with more than one heading, numbers and text cells. How can I import them into a Matlab matrix or array to be able to calculate?
I tried readmatrix(filename) but then the data is stored as text in matlab and I can't calculate anything.
Is there another command? Or how can I convert the data?
Thanks!
Johanna

采纳的回答

madhan ravi
madhan ravi 2020-7-9
doc readtable
  2 个评论
Johanna Eppler
Johanna Eppler 2020-7-9
With readtable the data is only stored as integers in the matrix. Is there a possibility to store it as float numbers?
madhan ravi
madhan ravi 2020-7-9
format longg % i can’t help further without knowing how the data looks like

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by