comparison scripts/general/tril.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 9761b7d24e9e
children 56ab559e1d77
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
57 ## @result{} 1 1 0 57 ## @result{} 1 1 0
58 ## 1 1 1 58 ## 1 1 1
59 ## 1 1 1 59 ## 1 1 1
60 ## @end group 60 ## @end group
61 ## @end example 61 ## @end example
62 ## @seealso{triu, diag}
62 ## @end deftypefn 63 ## @end deftypefn
63 ##
64 ## @seealso{triu and diag}
65 64
66 ## Author: jwe 65 ## Author: jwe
67 66
68 function retval = tril (x, k) 67 function retval = tril (x, k)
69 68