Replacing array values which match a condition

조회 수: 23 (최근 30일)
Bineet_Mehra
Bineet_Mehra 2016년 8월 20일
댓글: Bineet_Mehra 2016년 8월 20일
Hello
It is easy to replace some element of a matrix meeting a condition by a constant number. lets consider a situation. For example if i have a 100*100 matrix of angles. I was to replace all the angle > 90 deg with 180-that angle. How can i acheive this ?
Thanks
Thanks a lot

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2016년 8월 20일
편집: Azzi Abdelmalek 2016년 8월 20일
A(A>90)=180-A(A>90)

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by