<< Counter Sources palette GENSIN_f >>

Справка Scilab >> Xcos > palettes > Sources palette > FROMWSB

FROMWSB

Data from Scilab workspace to Xcos

Block Screenshot

Contents

Palette

Description

That block is used to get data defined in the Scilab workspace and use them in Xcos. Data should have "time" and "values" fields.

Dialog box

Default properties

Interfacing function

Example

// Create the variable to load from
V.time = (1:1000)'; //the values must be on a column vector
V.values = cos(2* %pi * V.time / 20);

See also


Report an issue
<< Counter Sources palette GENSIN_f >>