How can I plot an average line through this line graph
显示 更早的评论

How can i plot the average of these line graphs onto the same graph?
采纳的回答
更多回答(1 个)
Thorsten
2016-10-26
You store the values of each line in the rows of matrix X. Then use
plot(mean(X))
类别
在 帮助中心 和 File Exchange 中查找有关 2-D and 3-D Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!