changing values in an array

3 Ansichten (letzte 30 Tage)
David Harra
David Harra am 20 Sep. 2021
Kommentiert: David Harra am 20 Sep. 2021
I have a 1000x1 array that ranges from 1 to 179.
Any values above 90 in this array I need to do 180 minus any of those values above 90.
I am not sure what I need to do to select those values in the array.
Thanks
Dave :)

Akzeptierte Antwort

Cris LaPierre
Cris LaPierre am 20 Sep. 2021
See Ch 5 of MATLAB Onramp (Indexing into and Modifying Arrays).
You will also find Ch 12 (Logical arrays) helpful for what you want to do.
  1 Kommentar
David Harra
David Harra am 20 Sep. 2021
Thank you.
That was a great help. Don't think I done it very efficiently but I got where I had to be.
Dave :)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by