Mercurial > hg > octave-nkf
diff scripts/general/num2str.m @ 5642:2618a0750ae6
[project @ 2006-03-06 21:26:48 by jwe]
author | jwe |
---|---|
date | Mon, 06 Mar 2006 21:26:54 +0000 |
parents | ec8c33dcd1bf |
children | 2e86e3601e0f |
line wrap: on
line diff
--- a/scripts/general/num2str.m +++ b/scripts/general/num2str.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, int2str} ## @end deftypefn -## -## @seealso{sprintf and int2str} ## Author: jwe