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

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 4c8a2e4e0717
children 34f96dd5441b
line wrap: on
line diff
--- a/scripts/general/int2str.m
+++ b/scripts/general/int2str.m
@@ -24,9 +24,8 @@
 ## Convert a number to a string.  These functions are not very flexible,
 ## but are provided for compatibility with @sc{Matlab}.  For better control
 ## over the results, use @code{sprintf} (@pxref{Formatted Output}).
+## @seealso{sprintf, num2str}
 ## @end deftypefn
-##
-## @seealso{sprintf and num2str}
 
 ## Author: jwe
 
@@ -93,4 +92,4 @@
     endif
   endif
 
-endfunction
\ No newline at end of file
+endfunction