How can I plot an average line through this line graph
Show older comments

How can i plot the average of these line graphs onto the same graph?
Accepted Answer
More Answers (1)
Thorsten
on 26 Oct 2016
You store the values of each line in the rows of matrix X. Then use
plot(mean(X))
Categories
Find more on Line Plots 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!