Current date and time
C Prototype
mxArray *mlfNow();
C Syntax
#include "matlab.h" mxArray *t = NULL; /* Return value */ mlfAssign(&t, now());
MATLAB Syntax
t = now
See Also
now