Member of the timing class.
e = etime(t1, t0)
Returns an elapsed time in seconds.
| Name | Description |
| t0 | Specifies the beginning year, month, day, hour, minute, and second. t0 is a vector of 6 integers. |
| t1 | Specifies the ending year, month, day, hour, minute, and second. t1 is a vector. |
| Name | Description |
| e | Returns the elapsed time, in seconds, between t0 and t1. |
E = etime([2004, 10, 18, 0, 0, 0], [2003, 10, 18, 0, 0, 0])