Owning Class: string
Requires: MathScript RT Module
ch = char(k1, k2, ...)
Legacy Name: setstr
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^8-1 in printable ASCII characters or a matrix of such integers. |
| k2 | Specifies an integer between 0 and 2^8-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])