MATLAB Function Reference
  Go to function:
    Search    Help Desk 
clock    See Also

Current time as a date vector

Syntax

Description

c = clock returns a 6-element date vector containing the current date and time in decimal form:

The first five elements are integers. The seconds element is accurate to several digits beyond the decimal point. The statement fix(clock) rounds to integer display format.

See Also

cputime     CPU time in seconds

datenum     Serial date number

datevec     Date components

etime       Elapsed time

tic         Start a stopwatch timer

toc         Read the stopwatch timer



[ Previous | Help Desk | Next ]