Navigation

Operators and Keywords

Function List:

C++ API

: cstr = cellstr (strmat)

Create a new cell array object from the elements of the string array strmat.

Each row of strmat becomes an element of cstr. Any trailing spaces in a row are deleted before conversion.

To convert back from a cellstr to a character array use char.

See also: cell, char.

Package: octave