How to averanging a lot of .csv data

1 view (last 30 days)
aristyo wijaya
aristyo wijaya on 23 Jun 2014
Answered: Image Analyst on 23 Jun 2014
I have been struggling with this since yesterday and appreciate some direction.
I have lots of .csv files which contain of radar data. I need to load all these files into matlab and plot their average.
But the problem is the .csv files have different names,and the data looks like this. also,the format of filename is yyyymmdd.uwnd.csv
Is there a clever way, perhaps a loop, that can do this and the averaging at the same time? Thanks
Aristyo

Answers (1)

Image Analyst
Image Analyst on 23 Jun 2014
This is a frequently asked question. Code examples for it are in the FAQ http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F You may have to do very slight modifications.

Categories

Find more on Data Import and Export in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!