フィルターのクリア

subtract average of the column from each of its value.

3 ビュー (過去 30 日間)
Explorer
Explorer 2016 年 1 月 29 日
コメント済み: Manoj Kumar 2018 年 9 月 20 日
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?

採用された回答

Walter Roberson
Walter Roberson 2016 年 1 月 29 日
YourVariable - repmat(mean(YourVariable), size(YourVariable,1), 1)
  3 件のコメント
Explorer
Explorer 2016 年 1 月 30 日
Thanks.
Manoj Kumar
Manoj Kumar 2018 年 9 月 20 日
What to do if the window size is selected such as 3*3, 5*5, or 9*9 in case of an image?
Thanks!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Phased Array System Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by