Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.0.0 - 日本語


semicolon (;)

式の末尾および行セパレータ

説明

セミコロンは行列定義で行を(角括弧の中で)分割するために使用されます.

セミコロンは(ファイルまたはScilabコンソールの中で)命令の終端としても 使用できます. この場合, 結果は表示されません. 逆にカンマ(,)を使用した場合, 結果が表示されます.

a=[1,2,3;4,5,6];
a=1;b=1,c=2

参照

  • comma — (,) 列, 命令, 引数セパレータ
  • brackets — Concatenation. Recipients of an assignment. Results of a function
Report an issue
<< quote Scilab keywords slash >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Mar 07 09:28:37 CET 2023