comparison scripts/time/etime.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 6c4e4bffa622
children 4c4d31ecb0e4
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
29 ## @end example 29 ## @end example
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 ## @seealso{tic, toc, clock, cputime}
34 ## @end deftypefn 35 ## @end deftypefn
35 ##
36 ## @seealso{tic, toc, clock, and cputime}
37 36
38 ## Author: jwe 37 ## Author: jwe
39 38
40 function secs = etime (t1, t0) 39 function secs = etime (t1, t0)
41 40