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

Change language to:
English - Français - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Scilab > Scilab keywords > semicolon (;)

semicolon (;)

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

説明

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

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

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

参照

  • comma — (,) 列, 命令, 引数セパレータ
  • brackets — ([,]) 左および右括弧
<< select 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:
Wed Oct 05 12:12:31 CEST 2011