23.07.2012 Views

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

0tic,toc,Vtoc<br />

Purpose Stopwatch timer<br />

<strong>C++</strong> Prototype mwArray tic();<br />

mwArray toc();<br />

void Vtoc()<br />

<strong>C++</strong> Syntax #include "matlab.hpp"<br />

<strong>MATLAB</strong><br />

Syntax<br />

mwArray t; // Return value<br />

tic();<br />

any statements<br />

Vtoc();<br />

t = toc();<br />

tic<br />

any statements<br />

toc<br />

t = toc<br />

See Also <strong>MATLAB</strong> tic, toc Calling Conventions<br />

tic, toc, Vtoc<br />

390

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!