Help with combining logical and relational operators

Hi, Is there a way I can shorten this statement without having to write x twice?
if x>=6 && x<10

Respuestas (1)

Star Strider
Star Strider el 4 de Jun. de 2017
No.
That is the correct way to constrain ‘x’ to be greater than or equal to 6 and less than 10.

Categorías

Etiquetas

Preguntada:

el 4 de Jun. de 2017

Comentada:

el 4 de Jun. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by