diff scripts/general/accumarray.m @ 12294:e6a2008b14b8 release-3-4-x

Add accumdim function to documentation.c
author Rik <octave@nomad.inbox5.com>
date Sat, 29 Jan 2011 21:58:40 -0800
parents b0084095098e
children cefd568ea073 8d5f0b41e6b0
line wrap: on
line diff
--- a/scripts/general/accumarray.m	Sat Jan 29 21:47:56 2011 -0800
+++ b/scripts/general/accumarray.m	Sat Jan 29 21:58:40 2011 -0800
@@ -62,6 +62,7 @@
 ## Note that for general reduction function the interpreter overhead can play a
 ## major part and it may be more efficient to do multiple accumarray calls and
 ## compute the results in a vectorized manner.
+## @seealso{accumdim}
 ## @end deftypefn
 
 function A = accumarray (subs, vals, sz = [], func = [], fillval = [], issparse = [])