Chapter 4. Programming Basics
Résumé de section
-
In this chapter, we introduce the basic concepts of programming in Scilab. First, we explain scripts and functions, and how to write and organize programs. Then, we study control loops and conditional statements, which allow us to control the execution of a program. Finally, we present how to read input data and display results (input and output).