Basic question regarding adding A to all numbers greater than B

7 visualizaciones (últimos 30 días)
Angel
Angel el 1 de Feb. de 2018
Comentada: Angel el 1 de Feb. de 2018
For example, if I have an array like x = (1:10); How would I add 2 to each number in that array that is greater than 5?

Respuestas (1)

James Blackwell
James Blackwell el 1 de Feb. de 2018
You could have an if function and go through the array element by element. If the number is greater than 5 you could add 2 to it :)
It sounds a bit like a homework question, so I don't think I'm supposed to give the code.
  3 comentarios
Steven Lord
Steven Lord el 1 de Feb. de 2018
Since your homework assignment prohibits using if, its purpose is likely to familiarize you with logical indexing.
Angel
Angel el 1 de Feb. de 2018
I'll look into that, thank you!

Iniciar sesión para comentar.

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by