I have 3 series of Data with x and Y direction and I need to plot the average of these 3 plots.
Mostrar comentarios más antiguos
Hi,
I have 3 series of Data with x and Y direction and I need to plot the average of these 3 plots.
Before I used interp1 command but these data have some numbers that are the same for X direction and I can't use interp1.
How can I get the average plot of these three plots?
Thanks, Asal
1 comentario
Azzi Abdelmalek
el 4 de Sept. de 2013
Can you give a short sample of your data
Respuestas (1)
Nuno Benavente
el 4 de Sept. de 2013
0 votos
Can't you just create a new series with the same X where each Y is the arithmetic mean of the corresponding Ys in the three original series?
1 comentario
Asal
el 4 de Sept. de 2013
Categorías
Más información sobre Scatter Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!