Azzera filtri
Azzera filtri

subtract average of the column from each of its value.

3 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

Walter Roberson
Walter Roberson il 29 Gen 2016
YourVariable - repmat(mean(YourVariable), size(YourVariable,1), 1)
  3 Commenti
Manoj Kumar
Manoj Kumar il 20 Set 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!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Get Started with Phased Array System Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by