Replacing array values which match a condition

27 vues (au cours des 30 derniers jours)
Bineet_Mehra
Bineet_Mehra le 20 Août 2016
Commenté : Bineet_Mehra le 20 Août 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

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 20 Août 2016
Modifié(e) : Azzi Abdelmalek le 20 Août 2016
A(A>90)=180-A(A>90)
  1 commentaire
Bineet_Mehra
Bineet_Mehra le 20 Août 2016
Thanks a lot . Works exactly as i wanted

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by