comparison scripts/miscellaneous/etime.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents 22bd65326ec1
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5052:c6ef19da4b24 5053:c08cb1098afc
30 ## 30 ##
31 ## @noindent 31 ## @noindent
32 ## will set the variable @code{elapsed_time} to the number of seconds since 32 ## will set the variable @code{elapsed_time} to the number of seconds since
33 ## the variable @code{t0} was set. 33 ## the variable @code{t0} was set.
34 ## @end deftypefn 34 ## @end deftypefn
35 ##
35 ## @seealso{tic, toc, clock, and cputime} 36 ## @seealso{tic, toc, clock, and cputime}
36 37
37 ## Author: jwe 38 ## Author: jwe
38 39
39 function secs = etime (t1, t0) 40 function secs = etime (t1, t0)