Current time as a date vector
C Prototype
mxArray *mlfClock();
C Syntax
#include "matlab.h" mxArray *c = NULL; /* Return value */ mlfAssign(&c, mlfClock());
MATLAB Syntax
c = clock
See Also
clock