Scilab 6.0.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
iscell
変数がセル配列かどうかを調べる
呼び出し手順
bool = iscell(x)
パラメータ
- x
Scilab 変数
- bool
A boolean
Description
iscell(x) は,xがセル配列の場合に真,
それ以外の場合に偽となります.
| Report an issue | ||
| << cellstr | cells | iscellstr >> |