Main Content
mxCreateDoubleMatrix (Fortran)
2-D, double-precision, floating-point array
Fortran Syntax
#include "fintrf.h" mwPointer mxCreateDoubleMatrix(m, n, ComplexFlag) mwSize m, n integer*4 ComplexFlag
Description
Use mxCreateDoubleMatrix
to create an
m
-by-n
mxArray
.
Call mxDestroyArray
when you finish using the
mxArray
. mxDestroyArray
deallocates the
mxArray
and its associated real and imaginary elements.
Input Arguments
Output Arguments
Examples
See these examples in
:matlabroot
/extern/examples/refbook
Version History
Introduced before R2006a
See Also
mxCreateNumericArray
| mxCreateNumericMatrix
| mxDestroyArray