How to write for loop to subtract the mean from each data point of the variables?

조회 수: 1 (최근 30일)
I have been struggling... How do you write for loop to subract the mean value?

답변 (1개)

the cyclist
the cyclist 2020년 4월 24일
Why use a for loop?
x - mean(x)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by