<< iscellstr cells num2cell >>

Scilab Help >> Data Structures > cells > makecell

makecell

セル配列を作成.

呼び出し手順

s = makecell(dims, a1,a2,...an)

引数

All output arguments are optional, provided that their order is kept.

dims

正の整数要素を有するベクトル, セル配列の次元

a1,a2,...,an

一連のScilab変数, nprod(dims) に等しい必要があります

s

返されるセル配列

説明

s= makecell(dims,a1,a2,...an) は 指定した入力引数においてdimsで指定された次元の 配列です. ai には,最後の次元が最初に保存されます.

makecell([2,3],1,2,3,'x','y','z')

参照


Report an issue
<< iscellstr cells num2cell >>