Scilab 5.4.0
Please note that the recommended version of Scilab is 6.1.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
Comments
Add a comment:
Please login to comment this page.