Description
Returns the a character matrix with the same number of rows and columns
as x where the (i,j)-th element is the character with
ascii
code equal to the integer
part of the
(i,j)-th element of x.
Example
If in Mlmode
you enter
setstr( [65, 66, 67] )
O-Matrix will reply
ABC