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!