Download presentation
Presentation is loading. Please wait.
1
Conditional Statements
Islamic University of Gaza Faculty of Engineering Civil Engineering Department Conditional Statements A conditional statement is a command that allows MATLAB to make a decision of whether to execute a group of commands that follow the conditional statement, or to skip these commands. In a conditional statement, a conditional expression is stated: If the expression is true, a group of commands that follow the statement are executed. If the expression is false, the computer skips the group. Computer Programming Computer Programming Dr.Moayed Almobaied CH6_2
2
Islamic University of Gaza Faculty of Engineering
Civil Engineering Department Computer Programming Dr.Moayed Almobaied Computer Programming CH6_2
3
Islamic University of Gaza Faculty of Engineering
Civil Engineering Department Computer Programming Dr.Moayed Almobaied Computer Programming CH6_2
4
The if- end Structure Islamic University of Gaza
Faculty of Engineering Civil Engineering Department The if- end Structure Computer Programming Dr.Moayed Almobaied Computer Programming CH6_2
5
Islamic University of Gaza Faculty of Engineering
Civil Engineering Department Computer Programming Dr.Moayed Almobaied Computer Programming CH6_2
6
Islamic University of Gaza Faculty of Engineering
Civil Engineering Department Computer Programming Dr.Moayed Almobaied Computer Programming CH6_2
7
The if - else-end Structure
Islamic University of Gaza Faculty of Engineering Civil Engineering Department The if - else-end Structure Computer Programming Dr.Moayed Almobaied Computer Programming CH6_2
8
The if -elseif -else-end Structure
Islamic University of Gaza Faculty of Engineering Civil Engineering Department The if -elseif -else-end Structure Computer Programming Dr.Moayed Almobaied Computer Programming CH6_2
9
THE switch-case STATEMENT
Islamic University of Gaza Faculty of Engineering Civil Engineering Department THE switch-case STATEMENT Computer Programming Dr.Moayed Almobaied Computer Programming CH6_2
10
Islamic University of Gaza Faculty of Engineering
Civil Engineering Department Computer Programming Dr.Moayed Almobaied Computer Programming CH6_2
11
Computer Programming CH6_2
12
Islamic University of Gaza Faculty of Engineering
Civil Engineering Department Computer Programming Dr.Moayed Almobaied Computer Programming CH6_2
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.