2-D mxChar
array initialized to specified value
#include "fintrf.h" mwPointer mxCreateCharMatrixFromStrings(m, str) mwSize m character*(*) str(m)
Use mxCreateCharMatrixFromStrings
to create a two-dimensional
mxArray
, where each row is initialized to a string from
str
. The mxArray
has dimensions
m
-by-n
, where n
is the
number of characters in str(i)
.