<< ubidots_post bytecode_iot_module vec2ts >>

bytecode_iot_module >> bytecode_iot_module > vec2str

vec2str

Convert Scilab vector to string

Syntax

y = vec2str(x)

Parameters

x :

Input vector

y :

Output string

Description

Convert the input Scilab vector (in double) to string

Examples

vec = [3 2 1];
str = vec2str(vec);
out = str2JSON(str,'data');

See also

Authors


Report an issue
<< ubidots_post bytecode_iot_module vec2ts >>