Sign In
New User? Register
Statisticians_group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
You can set the sort order of messages? Just click on the link in the date column. Your preferences will be remembered, so you don't have to do it again when you return.

Messages

  Messages Help
Advanced
Matlab codes   Message List  
Reply | Forward Message #3527 of 4096 |
Matlab codes

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








Wed Jun 3, 2009 7:51 am

satyaki1983
Offline Offline
Send Email Send Email

Forward
Message #3527 of 4096 |
Expand Messages Author Sort by Date

Hi everyone, I am working on a matlab code. There I found a syntax like FALSE=0; IEND=FALSE; while(~IEND) ... I do not understand what this particular while is...
time pass
satyaki1983
Offline Send Email
Jun 3, 2009
5:46 pm

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...
time pass
satyaki1983
Offline Send Email
Jun 3, 2009
5:47 pm

Satyaki, while (~IEND) is a loop that will exit until IEND=TRUE. ~ is the symbol for not. since IEND=FALSE then ~IEND=1. hope that this helps Maureen ...
maureen mayer
shredfun
Offline Send Email
Jun 3, 2009
10:37 pm

Thanks Maureen. It really helps me. Thanks and Regards, Satyaki...
time pass
satyaki1983
Offline Send Email
Jun 4, 2009
6:58 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help