Scilab 6.0.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
makecell
セル配列を作成.
呼び出し手順
s = makecell(dims,a1,a2,...an)
引数
- dims
正の整数要素を有するベクトル, セル配列の次元
- a1,a2,...,an
一連のScilab変数,
n
はprod(dims)
に等しい必要があります- s
返されるセル配列
説明
s= makecell(dims,a1,a2,...an)
は
指定した入力引数においてdims
で指定された次元の
配列です.
ai
には,最後の次元が最初に保存されます.
例
makecell([2,3],1,2,3,'x','y','z')
参照
- cell — 空行列のセル配列を作成する.
Report an issue | ||
<< iscellstr | cells | num2cell >> |