From: Shi on
How to describe in matlab that "if there is no improvement in quality of the next continuous 100 steps," , or the , then break the loop.
For example
if "no improvement in the quality of the continuous 100 steps" or "the value equals 1"
break
end
Can anybody help?
From: sscnekro on
> if "no improvement in the quality of the continuous 100 steps" or "the value equals 1"
> break
> end
> Can anybody help?

Hey Shi, did you read the replies to your previous post(s)? I fancy there were hints on if then statements, "and" and "or" expression, and on the while and for loop...