<< str2ts Trity IOT Module thingspeak_channelinfo >>

Trity IOT Module >> Trity IOT Module > strtom

strtom

Convert string to matrix

Calling Sequence

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 Trity IOT Module thingspeak_channelinfo >>