Replacing array values which match a condition

22 Ansichten (letzte 30 Tage)
Bineet_Mehra
Bineet_Mehra am 20 Aug. 2016
Kommentiert: Bineet_Mehra am 20 Aug. 2016
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

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 20 Aug. 2016
Bearbeitet: Azzi Abdelmalek am 20 Aug. 2016
A(A>90)=180-A(A>90)

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by