CLOCK Get Current Time
Section: FreeMat Functions
Usage
Returns the current date and time as a vector. The syntax for its use isy = clock
where y has the following format:
y = [year month day hour minute seconds]
Example
Here is the time that this manual was last built:
--> clock
ans =
1.0e+03 *
2.0080 0.0030 0.0170 0 0.0430 0.0417
-->
quit
