diff scripts/general/sub2ind.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents 14027e0bafa4
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/general/sub2ind.m
+++ b/scripts/general/sub2ind.m
@@ -22,6 +22,7 @@
 ## @deftypefnx {Function File} {@var{ind} =} sub2ind (@var{dims}, @var{s1}, @var{s2}, @dots{}, @var{sN})
 ## Convert subscripts into a linear index.
 ## @end deftypefn
+##
 ## @seealso{ind2sub}
 
 ## Author: Paul Kienzle <pkienzle@kienzle.powernet.co.uk>