Member of the string class.
ch = char(k1, k2, ...)
Returns the character representation of an integer. You can specify an unlimited number of input integers.
| Name | Description |
| k1 | Specifies an integer between 0 and 2^16-1 in printable ASCII characters or a matrix of such integers. |
| k2 | Specifies an integer between 0 and 2^16-1 in printable ASCII characters or a matrix of such integers. |
| Name | Description |
| ch | Returns a character array containing the character representation of k1, k2, etc., in rows. |
char([76, 86], [78, 73])