GMgKe586q6suSQnyqZLlGCooeWM
Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
Home
Me
Search
Wednesday, December 22, 2010
If Else In Matlab
Type to test:
>> sleep = true;
>> if sleep
disp('Do sleep');
end
Do sleep
>> a = 2;
>> if a>3
disp('Nothing');
else
disp('Do sleep')
end
Do sleep
If Else In Matlab
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment