How to calculate mean Workspace data continuously
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi,
I want to calculate mean Workspace data continuously The data name is Xposition_0 ~ Xposition_99 in Workspace Total 100 data as following picture

example: M_0=the mean of the Xposition_0 M_1=the mean of the Xposition_1 . . .
It's my code
for b=0:99
M_(b)=mean(Xposition_(b));
end
How can i change this code?
THANKS~
댓글 수: 0
답변 (2개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Vector Fields에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!