<< SLEvalString Scilab_XLL SLPutMatrix >>

Scilab_XLL >> Scilab_XLL > SLGetMatrix

SLGetMatrix

Write contents of Scilab matrix to Microsoft Excel worksheet

Syntax

Worksheet: SLGetMatrix(var_name)
var_name: Name of Scilab matrix to access.
"var_name" (in quotation marks) directly specifies the matrix name.
var_name cannot be the Scilab variable ans.

Description

Writes the contents of Scilab matrix var_name in the Excel worksheet.

SLGetMatrix function does not automatically adjust cell addresses.

if worksheet calculation mode is automatic, SLGetMatrix executes when you enter the formula in a cell. If worksheet calculation mode is manual, enter the SLGetMatrix function in a cell, and then press F9 to execute it. However, pressing F9 in this situation may also reexecute other worksheet functions and generate unpredictable results.

Examples

SLGetMatrix("A")

Update data in the Excel worksheet.

See examples directory for some examples with excel.

See Also

Author


<< SLEvalString Scilab_XLL SLPutMatrix >>