<< cell2mat cells iscell >>

Scilab Help >> Data Structures > cells > cellstr

cellstr

文字列ベクトル(または文字列行列)を文字列のセルに変換

呼び出し手順

c=cellstr(s)

引数

s

文字列ベクトル, または文字列行列

説明

文字列のセル配列を返します.

cellstr("foo")
cellstr(["sci","lab"])
cellstr(["abc","def",'gh';"i","j","klm"])

参照


Report an issue
<< cell2mat cells iscell >>