Member of the time class.
c = clock
Returns current date and time information.
| Name | Description |
| c | Returns the current year, month, day, hour, minute, and second. c is a vector of 6 numbers. |
A = clock
for i = 1:1000 sqrt(pi);
end
B = clock
C = B-A
datestr(clock)