Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
comma
(,) 列, 命令, 引数セパレータ
説明
カンマは関数内でパラメータを区切るため,または 行ベクトルのエントリを分割するために使用されます.
行ベクトルの中でエントリを分割するために空白を使用することも できますが, カンマを推奨します.
Scilab 命令を分割する際にも使用できます
(結果を画面に表示しないようにするには;
を使用してください).
例
a=[1,2,3;4,5,6]; a=1,b=1;c=2
参照
Report an issue | ||
<< colon (:) | Scilab keywords | comments >> |