Owning Class: string
Requires: MathScript RT Module
c = mx_to_str(a)
c = mx_to_str(a, b)
Legacy Name: mat2str
Converts the content of a numeric matrix to a single string.
| Name | Description |
|---|---|
| a | Specifies a numeric scalar, vector, or matrix. |
| b | Specifies the number of valid digits. b is a positive integer. |
| Name | Description |
|---|---|
| c | Returns a string equivalent to a. |
A = [1, 2-i; 3+3i, 6]
C = mx_to_str(A)