string
string array constructor.
Syntax
res = string(var)
Input argument
var - characters, a cell of characters, or an logical or numeric array.
Output argument
res - a string array
Description
string converts input into string array.
Examples
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated