subtract average of the column from each of its value.

3 visualizaciones (últimos 30 días)
Explorer
Explorer el 29 de En. de 2016
Comentada: Manoj Kumar el 20 de Sept. de 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?

Respuesta aceptada

Walter Roberson
Walter Roberson el 29 de En. de 2016
YourVariable - repmat(mean(YourVariable), size(YourVariable,1), 1)
  3 comentarios
Manoj Kumar
Manoj Kumar el 20 de Sept. de 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!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Resizing and Reshaping Matrices en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by