Write contents of Scilab matrix to Microsoft Excel worksheet
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.
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.
Update data in the Excel worksheet.
See examples directory for some examples with excel.