tic - Start stopwatch timer - MATLAB - MathWorks
timerVal = tic stores the current time in timerVal so that you can pass it explicitly to the toc function. Passing this value is useful when there are multiple calls to tic to time different parts of the same code. ti...