Function to stop a timer. Start with tic().
toc(echo = TRUE, name = ".poped_savedTime")
echo | Print time to screen? |
---|---|
name | The saved name of the time object. |
This is a modified version of the same function in the matlab R-package.
Other MATLAB:
cell()
,
diag_matlab()
,
feval()
,
fileparts()
,
isempty()
,
ones()
,
randn()
,
rand()
,
size()
,
tic()
,
zeros()
#> Elapsed time: 0.001 seconds.#> Elapsed time: 0.003 seconds.#> Elapsed time: 0.001 seconds.toc()#> Elapsed time: 0.002 seconds.#> Elapsed time: 0.006 seconds.