Scilab-Branch-5.3-GIT
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
case
selectで使用されるキーワード
説明
select ... caseで使用されるキーワード
以下のように使用されます:
select expr0, case expr1 then instructions1, case expr2 then instructions2, ... case exprn then instructionsn, [else instructions], end
| << brackets | Scilab keywords | colon >> |