Replacing array values which match a condition

85 次查看(过去 30 天)
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 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by