<< SLGetMatrix Scilab_XLL

Scilab_XLL >> Scilab_XLL > SLPutMatrix

SLPutMatrix

Create or overwrite Scilab matrix with data from Microsoft Excel worksheet

Syntax

Worksheet: SLPutMatrix(var_name)
var_name: Name of Scilab matrix to create or overwrite.
"var_name" (in quotation marks) directly specifies the matrix name.

mdat: Location of data to copy into var_name. Must be a worksheet cell address.

Description

Creates or overwrites matrix var_name in Scilab workspace with specified data in mdat.

Creates var_name if it does not exist. If var_name exists, this function replaces the contents with mdat.

Examples

See examples directory for some examples with excel.

See Also

Author


<< SLGetMatrix Scilab_XLL