diff scripts/general/ind2sub.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents a9bd6c31751f
children 34f96dd5441b
line wrap: on
line diff
--- a/scripts/general/ind2sub.m
+++ b/scripts/general/ind2sub.m
@@ -20,9 +20,8 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {[@var{s1}, @var{s2}, @dots{}, @var{sN}] =} ind2sub (@var{dims}, @var{ind})
 ## Convert a linear index into subscripts.
+## @seealso{sub2ind}
 ## @end deftypefn
-##
-## @seealso{sub2ind}
 
 ## Author: Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
 ## Adapted-by: jwe