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
semicolon (;)
式の末尾および行セパレータ
説明
セミコロンは行列定義で行を(角括弧の中で)分割するために使用されます.
セミコロンは(ファイルまたはScilabコンソールの中で)命令の終端としても 使用できます. この場合, 結果は表示されません. 逆にカンマ(,)を使用した場合, 結果が表示されます.
例
a=[1,2,3;4,5,6]; a=1;b=1,c=2
参照
Report an issue | ||
<< quote | Scilab keywords | slash >> |