Evaluate command in Scilab software
Worksheet: SLEvalString(command) command: Scilab command to evaluate. "command" (in quotation marks) directly specifies the command.
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.
This command only modifies the Scilab variable A. To update data in the Excel worksheet, use SLGetMatrix.