Main Content

Fortran Data Types

Types and constants

Use the mxArray type to declare MATLAB® array variables in your programs.

mwPointerFortran pointer type
mwSizeFortran type for mxArray size values
mwIndexFortran type for mxArray index values
mwSignedIndexSigned integer Fortran type for mxArray size values
mxClassIDFromClassNameIdentifier corresponding to class
mxGetEpsValue of EPS
mxGetInfValue of infinity
mxGetNaNValue of NaN (Not-a-Number)