Main Content
mxCreateCharMatrixFromStrings (Fortran)
2-D mxChar
array initialized to specified value
Fortran Syntax
#include "fintrf.h" mwPointer mxCreateCharMatrixFromStrings(m, str) mwSize m character*(*) str(m)
Description
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)
.
Input Arguments
Output Arguments
Version History
Introduced before R2006a