How can I plot an average line through this line graph
Afficher commentaires plus anciens

How can i plot the average of these line graphs onto the same graph?
Réponse acceptée
Plus de réponses (1)
Thorsten
le 26 Oct 2016
You store the values of each line in the rows of matrix X. Then use
plot(mean(X))
Catégories
En savoir plus sur Line Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!