Hi Everyone,
I am working with a code in matlab which has some loops, while if and for... but
in the argument of those they have some notation which are not clear to me. I
am giving relevant part of the code if any one familiar with matlab can explain
what those mean it will he really helpful to me.
Codes::
FALSE=0;
IEND=FALSE;
while (~IEND)
......... etc
my question is about while (~IEND).
Thanks for your help in advance.
Thanks and Regards,
Satyaki