<< cell2mat cells iscell >>

Scilab Help >> Data Structures > cells > cellstr

cellstr

converts strings vector (or strings matrix) into a cell array of strings

Syntax

c=cellstr(s)

Arguments

s

strings vector, or strings matrix

Description

returns a cell array of strings

Examples

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

See also


Report an issue
<< cell2mat cells iscell >>