MATLAB: How can i write condition “x is not less then zero” in while loop

while loop

while (x~<-1)

Best Answer

while x >= 0