how to replace value of matrix elements

2 次查看(过去 30 天)
I would like to change the value of some elements of a matrix following a specific rule. I particular if a value is greater than a threshold i want to assign a value 1. If tried with this code but doesn't work. A is the matrix
if A(:,:) > Threshold A(:,:)=1 end
suggestions?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by