Elapsed time
e = etime(t2,t1)
a vector with 6 or 10 values.
a vector with 6 or 10 values.
number of seconds between t2
and t1
.
t2
and t1
must have format returned by getdate
.
In this case, their third, fourth and fifth values are ignored.
t2
and t1
must have format: T = [Year Month Day Hour Minute Second]
with Second a number of seconds with milliseconds (e.g: 12.345).
t2
and t1
must have the same size.
t2
et t1
can be matrices with each line containing a format described above (all lines having same format).