Scilab 5.5.2
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
selectで使用されるキーワード
説明
select ... case ... end
命令で使用されるキーワード
キーワードcase
は,変数値の1つの値を指します
(値の範囲から選択された変数値).
以下のように使用されます:
select expr0 case expr1 then instructions 1 case expr2 then instructions 2 ... case exprn then instructions n [else instructions] end
例
Report an issue | ||
<< break | Control flow | continue >> |