Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
case
keyword used in select
Description
Keyword used in select ... case
Use it in the following way:
select expr0, case expr1 then instructions1, case expr2 then instructions2, ... case exprn then instructionsn, [else instructions], end
See Also
<< brackets | Scilab keywords | colon >> |