Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
iscellstr
変数が文字列のセル配列であるかどうか調べる
呼び出し手順
bool = iscellstr(x)
パラメータ
- x
Scilab 変数
- bool
論理値
説明
iscellstr(x)
は x が文字列のセル配列
(または空のセル配列)の場合にtrue, その他の場合に false
を返します.
例
Report an issue | ||
<< iscell | cells | makecell >> |