C Math Library Reference | ![]() ![]() |
C Prototype
void mxArray *mlfTic(void); mxArray *mlfToc(void); void mlfVToc(void);
C Syntax
#include "matlab.h"
mxArray *t = NULL; /* Return value */
mlfTic();
any statements
mlfVToc();
mlfAssign(&t, mlfToc());
MATLAB Syntax
tic
any statements
toc
t = toc
See Also
tic
, toc
Calling Conventions![]() | mlfTan, mlfTanh | mlfTobool | ![]() |