How can i write condition "x is not less then zero" in while loop

Plus de réponses (1)

Jan
Jan le 22 Sep 2015
Modifié(e) : Jan le 22 Sep 2015
while not(x < 0)
But Thorsten's "x >= 0" is nicer.

Catégories

En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by