<< Install Scilab_XLL Scilab_XLL SLGetMatrix >>

Scilab_XLL >> Scilab_XLL > SLEvalString

SLEvalString

Evaluate command in Scilab software

Syntax

Worksheet: SLEvalString(command)

command: Scilab command to evaluate.
"command" (in quotation marks) directly specifies the command.

Description

Passes a command string to the Scilab software for evaluation. The specified action alters only the Scilab workspace. It has no effect on the Microsoft Excel workspace.

Examples

SLEvalString("A = ones(3,3);")

This command only modifies the Scilab variable A. To update data in the Excel worksheet, use SLGetMatrix.

See Also

Author


<< Install Scilab_XLL Scilab_XLL SLGetMatrix >>