How can I plot an average line through this line graph
Ältere Kommentare anzeigen

How can i plot the average of these line graphs onto the same graph?
Akzeptierte Antwort
Weitere Antworten (1)
Thorsten
am 26 Okt. 2016
You store the values of each line in the rows of matrix X. Then use
plot(mean(X))
Kategorien
Mehr zu Line Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!