how to replace value of matrix elements

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개)

카테고리

도움말 센터File Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

질문:

2018년 2월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by