Back to Core Functions
str2num
Convert string to number
Syntax
n = str2num(str)
Description
Converts string representation of number to numeric value.
Parameters
| Name | Description |
|---|---|
| str | String containing numeric value |
Returns
Numeric value