returns character string associated with Scilab integer codes
str = code2str(c)
a character string.
a vector of character integer codes.
str = code2str(c)
returns character string
associated with Scilab integer codes. str
is such that c(i)
is the Scilab integer
code of part(str,i)
.
Version | Description |
5.4.0 | This function will be removed in Scilab 6.0.0 |