diff scripts/statistics/base/median.m @ 8517:81d6ab3ac93c

Allow documentation tobe built for other formats than tex and info
author sh@sh-laptop
date Wed, 14 Jan 2009 20:44:25 -0500
parents 83a8781b529d
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/statistics/base/median.m	Wed Jan 14 16:49:45 2009 -0500
+++ b/scripts/statistics/base/median.m	Wed Jan 14 20:44:25 2009 -0500
@@ -31,7 +31,7 @@
 ## $$
 ## @end tex
 ## @end iftex
-## @ifinfo
+## @ifnottex
 ##
 ## @example
 ## @group
@@ -40,7 +40,7 @@
 ##             (x(N/2) + x((N/2)+1))/2,  N even
 ## @end group
 ## @end example
-## @end ifinfo
+## @end ifnottex
 ## If @var{x} is a matrix, compute the median value for each
 ## column and return them in a row vector. If the optional @var{dim}
 ## argument is given, operate along this dimension.