comparison scripts/general/int2str.m @ 2325:b5568c31ee2c

[project @ 1996-07-15 22:20:21 by jwe]
author jwe
date Mon, 15 Jul 1996 22:20:21 +0000
parents 949ab8eba8bc
children 8b262e771614
comparison
equal deleted inserted replaced
2324:fdc6e2f81333 2325:b5568c31ee2c
19 19
20 ## usage: int2str (x) 20 ## usage: int2str (x)
21 ## 21 ##
22 ## Round x to the nearest integer and format as a string. 22 ## Round x to the nearest integer and format as a string.
23 ## 23 ##
24 ## See also: sprintf, num2str 24 ## See also: sprintf, num2str
25 25
26 ## Author: jwe 26 ## Author: jwe
27 27
28 function retval = int2str (x) 28 function retval = int2str (x)
29 29