Scilab 5.4.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
select
select キーワード
説明
select expr, case expr1 then instructions1, case expr2 then instructions2, ... case exprn then instructionsn, [else instructions], end
注意:
唯一の規則は,各 "then" キーワードを対応する "case" キーワードと同じ行に 置く必要があることです.
キーワード "then" の代わりにキャレッジリターンまたはカンマを使用することができます.
instructions1
はexpr1=expr
の場合に実行される, といったようになります.
警告: 条件文(if while for または select/case)の本体の定義に使用できる文字数は 16k に制限されています.
例
Report an issue | ||
<< return | Control flow | then >> |