Back to Core Functions
num2str
Convert number to string
Syntax
s = num2str(A) s = num2str(A, precision)
Description
Converts numeric array to string representation.
Parameters
| Name | Description |
|---|---|
| A | Numeric value or array |
| precision(optional) | Number of significant digits |
Returns
String representation of number