<< str2ts bytecode_iot_module thingsboard_getData >>

bytecode_iot_module >> bytecode_iot_module > strtom

strtom

Convert string to matrix

Syntax

y = strtom(x,hh)

Parameters

x :

Data in string

hh :

Offset from the begining

y :

Output data in double

Description

This is to convert a string variable into double matrix

Examples

str = ['1 2 3 4 5;6 7 8 9 10'];
strtom(str)

See also

Authors


Report an issue
<< str2ts bytecode_iot_module thingsboard_getData >>