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

1 view (last 30 days)
I have been struggling... How do you write for loop to subract the mean value?

Answers (1)

the cyclist
the cyclist on 24 Apr 2020
Why use a for loop?
x - mean(x)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!