returns character string associated with Scilab integer codes. This function is obsolete.
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).
code2str([-28 12 18 21 10 11]) str2code('Scilab')' | ![]() | ![]() |
| Version | Description |
| 5.4.0 | This function will be removed in Scilab 6.0.0 |