Main Content
mxCreateStructMatrix (Fortran)
2-D structure array
Fortran Syntax
#include "fintrf.h" mwPointer mxCreateStructMatrix(m, n, nfields, fieldnames) mwSize m, n integer*4 nfields character*(*) fieldnames(nfields)
Description
Call mxCreateStructMatrix
to create an unpopulated,
two-dimensional, structure mxArray
. For information about the
structure, see mxCreateStructArray
.
Call mxDestroyArray
when you finish using the
mxArray
. mxDestroyArray
deallocates the
mxArray
and its associated elements.
Input Arguments
Version History
Introduced before R2006a