Browse CSV file and calculate the mean

28 次查看(过去 30 天)
Hello everyone,
I am on the end on my projet. I need to browse a csv file and to calculate the mean of these values. Then i will put this mean in a new csv file
Does anyone have suggestion or programme for help ?
Thanks

回答(1 个)

Ameer Hamza
Ameer Hamza 2020-9-21
2) Calculate the mean values of the data according to its dimensions.
  4 个评论
Ameer Hamza
Ameer Hamza 2020-9-22
编辑:Ameer Hamza 2020-9-22
yes, you can specify the range too. For example,
range = input('Input the range: ', 's'); % input A1:A20
data = readmatrix('filename.csv', 'range', range)

请先登录,再进行评论。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by