Average row elements for three columns?
Mostrar comentarios más antiguos
I have three columns of data, each corresponding to one gait cycle normalized to 101 points. I would like to get the average of these three cycles at each data point so that I have one averaged gait cycle that is 101 points.
Respuestas (1)
Azzi Abdelmalek
el 3 de Abr. de 2016
a=rand(10,3)
v=mean(a,2)
Categorías
Más información sobre NaNs 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!