Help with combining logical and relational operators
Afficher commentaires plus anciens
Hi, Is there a way I can shorten this statement without having to write x twice?
if x>=6 && x<10
1 commentaire
Stephen23
le 4 Juin 2017
Why? What is the problem with writing it twice?
Réponses (1)
Star Strider
le 4 Juin 2017
0 votes
No.
That is the correct way to constrain ‘x’ to be greater than or equal to 6 and less than 10.
Catégories
En savoir plus sur PHY Components dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!