C++ Math Library Reference | ![]() ![]() |
C++ Prototype
mwArray tic(); mwArray toc(); void Vtoc()
C++ Syntax
#include "matlab.hpp"
mwArray t; // Return value
tic();
any statements
Vtoc();
t = toc();
MATLAB Syntax
tic
any statements
toc
t = toc
See Also
tic
, toc
Calling Conventions![]() | tan, tanh | tobool | ![]() |