How can i write condition "x is not less then zero" in while loop
古いコメントを表示
採用された回答
その他の回答 (1 件)
while not(x < 0)
But Thorsten's "x >= 0" is nicer.
カテゴリ
ヘルプ センター および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!