| MATLAB Function Reference |    | 
Syntax
Description
x = str2num('str')
 converts the string str, which is an ASCII character representation of a numeric value, to numeric representation. The string can contain
e or d preceding a power of 10 scale factor
i or j indicating a complex or imaginary number.
The str2num function can also convert string matrices.
Examples
str2num('3.14159e0') is approximately  .
.
See Also
num2str, hex2num, sscanf, sparse, special characters
|   | str2mat | strcat |  | 
© 1994-2005 The MathWorks, Inc.