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
brackets
([,]) 左および右括弧
呼び出し手順
[a11,a12,...;a21,a22,...;...] [s1,s2,...]=func(...)
パラメータ
- a11,a12,...
適当な次元の行列 (実数, 多項式, 有理,
syslin
リスト...)- s1,s2,...
任意の変数名
説明
左および右括弧はベクトルおよび行列を結合する する際に使用されます. これらの記号は関数コールにおいて複数の左辺値を定義する際に 使用されます.
括弧の組の内部では,空白またはカンマ文字は "列結合"を意味し,セミコロンおよびキャレッジリターンは "行結合"を意味します.
注意 : 混乱を避けるため,列を区切るために空白ではなくカンマを使用する 方がより安全です.
複数の lhs 括弧の中の変数名はカンマで区切る必要があります.
例
Report an issue | ||
<< backslash | Scilab keywords | colon >> |