Owning Class: string
Requires: MathScript RT Module
c = str_to_num(a)
Legacy Name: str2num
Converts strings into a matrix of numbers.
| Name | Description |
|---|---|
| a | Specifies a string or character matrix. |
| Name | Description |
|---|---|
| c | Returns a numeric matrix equivalent to a. |
A = ['12 13'; '14 15']
C = str_to_num(A)