Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
parents
( ) 左および右括弧
呼出し手順
(expression) [...]=func(e1,e2,...) [x1,x2,...]=(e1,e2,...) x(i,j) v(i) [...]=l(i)
パラメータ
- x
任意の型の行列
- v
任意の型の行または列ベクトル
- l
リスト変数
- func
任意の関数名a
- e1,e2,...
任意の型の式
説明
左および右括弧は以下の用途で使用されます
* 式の中で評価の順序を指定します,
* 関数の右辺の引数のリストを作成します. 複数の右辺の引数の間はカンマで区切られる必要があります.
ベクトル,行列およびリストの中の要素を選択します. 詳細にについては, 展開および挿入のヘルプを参照ください.
* [x1,x2,...]=(e1,e2,...) は,まず %t_1 = e1, %t_2 = e2, ...,を実行した後, x1 = %t_1, x2 = %t_2, ..., とすることに等価です. ただし, 変数 %t_i, i = 1, 2, ...はユーザから不可視です.
例
参照
Report an issue | ||
<< not | Scilab keywords | percent >> |