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

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.
However, this page did not exist in the previous stable version.

Scilab help >> Scilab > Scilab keywords > left

left

([) 左括弧

呼出し手順

[a11,a12,...;a21,a22,...;...]
[s1,s2,...]=func(...)

パラメータ

a11,a12,...

互換性のある次元 s1,s2,... を有する任意の互換性のある型の行列 : 任意の変数名

説明

左括弧および右括弧は,ベクトルおよび行列を結合する際に使用されます. これらの記号は,関数コールの際に複数の左辺引数を定義する際に使用されます.

結合括弧の中で,空白またはカンマ文字は "列結合"を意味し, セミコロンおよびキャレッジリターンは "行結合" を意味します.

注意 : 混乱を回避するため, 列を区切るために空白ではなくカンマを使用する 方がより安全でしょう.

複数の左辺引数の括弧の中では,変数名はカンマで区切る必要があります.

[6.9,9.64; sqrt(-1) 0]
[1 +%i  2 -%i  3]
[]
['this is';'a string';'vector']
s=poly(0,'s');[1/s,2/s]
[tf2ss(1/s),tf2ss(2/s)]

[u,s]=schur(rand(3,3))

参照

  • comma — (,) 列, 命令, 引数セパレータ
  • semicolon — 式の末尾および行セパレータ
<< if then else Scilab keywords less >>

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:
Thu Mar 03 11:00:47 CET 2011