/usr/share/freemat/help/text/cellstr.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | CELLSTR CELLSTR Convert character array to cell array of strings
Usage
The cellstr converts a character array matrix into a
a cell array of individual strings. Each string in
the matrix is placed in a different cell, and extra spaces
are removed. The syntax for the command is
y = cellstr(x)
where x is an N x M array of characters as a string.
|