Convert string signal to double signal
Simulink / String
Scan String scans an input string and converts it to signals per the
format specified by the Format parameter. The block converts values
to their decimal (base 10) representation and outputs the results as numeric or string
signals. For example, if the Format parameter is set to
"%s is %f."
, the block outputs two parts, a string signal and a
single signal. If the input is the string "Pi is 3.14"
, the two
outputs are "Pi"
and "3.14"
.
The Scan String, String to Double, and String to Single blocks are identical blocks. When configured for String to Double, the block converts the input string signal to a double numerical output. When configured for String to Single, the block converts the input string signal to a single numerical output.
For code generation, configure models that contain this block for non-finite number support by selecting the Configuration Parameters > Code Generation > Interface > Support non-finite numbers check box.
Data Types |
|
Direct Feedthrough |
|
Multidimensional Signals |
|
Variable-Size Signals |
|
Zero-Crossing Detection |
|
ASCII to
String | Compose
String | Scan
String | sscanf
| String
Compare | String
Concatenate | String
Constant | String
Find | String
Length | String to
ASCII | String to
Enum | String to
Single | Substring | To String