Scilab 5.5.1
Please note that the recommended version of Scilab is 2026.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 | ||
| << lstcat | Data Structures | matrices >> |