subtract average of the column from each of its value.

4 Ansichten (letzte 30 Tage)
Explorer
Explorer am 29 Jan. 2016
Kommentiert: Manoj Kumar am 20 Sep. 2018
There is a matrix of 128 by 15632 order. Consider the columns of a matrix as a window. I have to subract average of window from each value of the respective window. How to do this using MATLAB?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 29 Jan. 2016
YourVariable - repmat(mean(YourVariable), size(YourVariable,1), 1)
  3 Kommentare
Manoj Kumar
Manoj Kumar am 20 Sep. 2018
What to do if the window size is selected such as 3*3, 5*5, or 9*9 in case of an image?
Thanks!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with Phased Array System Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by