Conditional Branching - English
Scilab Tutorials - English 24
-
1Why Scilab
-
2Installing
-
3Getting Started
-
4Vector Operations
-
5Matrix Operations
-
6Scripts and Functions
-
Conditional Branching
-
8Iteration
-
9Plotting 2D graphs
-
10Xcos Introduction
-
11File handling
-
12User Defined Input and Output
-
13Integration
-
14Solving Non linear Equations
-
15Linear equations Gaussian Methods
-
16Linear equations Iterative Methods
-
17Interpolation
-
18ODE Euler methods
-
19ODE Applications
-
20Optimization Using Karmarkar Function
-
21Digital Signal Processing
-
22Control systems
-
23Discrete systems
-
24Calling User Defined Functions in XCOS
Outline:
Conditional Branching * 'if' and 'then' with the example * use of the 'else' keyword * use of the 'elseif' keyword * example for select