Read text files and plot the data

1 view (last 30 days)
Daniel
Daniel on 31 Mar 2014
Answered: Dishant Arora on 31 Mar 2014
Basically I have 6 text files that I want to read in. Each of those text files has 6 columns, each different lengths of at least 1000 numbers. I want to take the average of each column and then plot it. I'm stuck on where to even begin

Answers (1)

Dishant Arora
Dishant Arora on 31 Mar 2014
doc textscan
doc dlmread
doc plot
doc mean

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!