<< CURV_f Palette Sources GENSIN_f >>

Scilab Help >> Xcos > palettes > Palette Sources > FROMWSB

FROMWSB

Data from Scilab workspace to Xcos

Block Screenshot

Contents

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.

Parameters

Default properties

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);

Interfacing function

See also


Report an issue
<< CURV_f Palette Sources GENSIN_f >>