Replace 'greater than' values in a matrix

I want to look through a very large matrix and replace numbers that are larger than, say, a, with b.
Is there a simple way or a function to do this?

 採用された回答

Andrei Bobrov
Andrei Bobrov 2012 年 5 月 2 日

34 投票

M - your matrix
M(M > a) = b;

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMultidimensional Arrays についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by