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ヘルプ >> Data Structures > cells > makecell

makecell

セル配列を作成.

呼び出し手順

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

引数

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')

参照

  • cell — 空行列のセル配列を作成する.
Report an issue
<< iscellstr cells num2cell >>

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:32 CET 2017