diff scripts/general/num2str.m @ 6555:69e864d21c11

[project @ 2007-04-20 18:16:08 by jwe]
author jwe
date Fri, 20 Apr 2007 18:16:08 +0000
parents 009fa69b6182
children 0d11a12643f1
line wrap: on
line diff
--- a/scripts/general/num2str.m
+++ b/scripts/general/num2str.m
@@ -21,9 +21,9 @@
 ## @deftypefn {Function File} {} num2str (@var{n})
 ## @deftypefnx {Function File} {} num2str (@var{x}, @var{precision})
 ## @deftypefnx {Function File} {} num2str (@var{x}, @var{format})
-## 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}).
+## Convert a number to a string.  This function is not very flexible.
+## For better control over the results, use @code{sprintf}
+## (@pxref{Formatted Output}).
 ## @seealso{sprintf, int2str}
 ## @end deftypefn