0% found this document useful (0 votes)
44 views

Funtions in Scilab

SciLab has several functions for looping and conditional statements including for loops, while loops, and if/else statements. For loops allow repeating a block of code a specified number of times. While loops repeat a block of code as long as a condition is true. If/else statements allow executing different blocks of code depending on if a condition is true or false.

Uploaded by

umair riaz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views

Funtions in Scilab

SciLab has several functions for looping and conditional statements including for loops, while loops, and if/else statements. For loops allow repeating a block of code a specified number of times. While loops repeat a block of code as long as a condition is true. If/else statements allow executing different blocks of code depending on if a condition is true or false.

Uploaded by

umair riaz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Funtions in SciLab

Loops in SciLab
For Loop
While Loop

If Else

You might also like