int2str
Convert an integer array to a string
Syntax
res = int2str(var)
Input argument
var - an numeric array.
Output argument
res - a string
Description
int2str converts an numeric array to a string with integer format. Inputs are rounded before conversion.
Examples
See also
char.
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated