Average row elements for three columns?
이전 댓글 표시
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.
답변 (1개)
Azzi Abdelmalek
2016년 4월 3일
a=rand(10,3)
v=mean(a,2)
카테고리
도움말 센터 및 File Exchange에서 Powertrain Blockset에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!