Member of the string class.
c = mat2str(a, b)
Converts the content of a numeric matrix to a single string.
| Name | Description |
| a | Specifies a numeric 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 = mat2str(A)