Browse CSV file and calculate the mean

21 visualizaciones (últimos 30 días)
Abbass SAYEGH
Abbass SAYEGH el 21 de Sept. de 2020
Editada: Ameer Hamza el 22 de Sept. de 2020
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

Respuestas (1)

Ameer Hamza
Ameer Hamza el 21 de Sept. de 2020
2) Calculate the mean values of the data according to its dimensions.
  4 comentarios
Abbass SAYEGH
Abbass SAYEGH el 22 de Sept. de 2020
like for example the range A1:A20
Ameer Hamza
Ameer Hamza el 22 de Sept. de 2020
Editada: Ameer Hamza el 22 de Sept. de 2020
yes, you can specify the range too. For example,
range = input('Input the range: ', 's'); % input A1:A20
data = readmatrix('filename.csv', 'range', range)

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by