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

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ヘルプ >> Elementary Functions > elementarymatrices > zeros

zeros

ゼロからなる行列

呼び出し手順

y=zeros()

y=zeros(x)

y=zeros(m1,m2,..)

引数

x,y

行列

m1, m2,..

整数

説明

ゼロ行列を作成します (0*onesと等価).

zeros(m1,m2)

(m1,m2) 行列の場合.

zeros(m1,m2,..,mn)

ゼロで埋めた (m1,m2,..,mn) 行列を作成します.

zeros(A)

Aの同じ大きさの行列.

zeros(3)

a=3と指定したzeros(a) となり, すなわち, 3x3 行列とはなりません!

zeros()

単一のゼロを返します

xsyslin リスト (状態空間または伝達関数の線形システム)の場合でも, zeros(x) は有効で,ゼロ行列を返します.

zeros(3)
zeros(3,3)
zeros(2,3,2)

参照

  • eye — 単位行列
  • ones — 要素が1の行列
  • spzeros — 疎ゼロ行列
Report an issue
<< toeplitz elementarymatrices Exponential >>

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 Feb 14 15:10:27 CET 2017