Imaginary unit
C Prototype
mxArray *mlfI(void);
C Syntax
#include "matlab.h" mxArray *R = NULL; /* Return value */ mlfAssign(&R, mlfI());
MATLAB Syntax
i
See Also