[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/elmat]
clock
(/tools/hpmatlab/toolbox/matlab/elmat/clock.m)
Help text
CLOCK Wall clock.
CLOCK returns a six element row vector containing the
current time and date in decimal form:
CLOCK = [year month day hour minute seconds]
The first five elements are integers. The seconds element
is accurate to several digits beyond the decimal point.
FIX(CLOCK) rounds to integer display format.
See also ETIME, TIC, TOC, CPUTIME.
Cross-Reference Information
This is called by
- auwrite /tools/hpmatlab/toolbox/matlab/sounds/auwrite.m
- date /tools/hpmatlab/toolbox/matlab/elmat/date.m
- tic /tools/hpmatlab/toolbox/matlab/elmat/tic.m
- toc /tools/hpmatlab/toolbox/matlab/elmat/toc.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON