Borrar filtros
Borrar filtros

Replacing array values which match a condition

73 visualizaciones (últimos 30 días)
Bineet_Mehra
Bineet_Mehra el 20 de Ag. de 2016
Comentada: Bineet_Mehra el 20 de Ag. de 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

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 20 de Ag. de 2016
Editada: Azzi Abdelmalek el 20 de Ag. de 2016
A(A>90)=180-A(A>90)

Más respuestas (0)

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by