Create or overwrite Scilab matrix with data from Microsoft Excel worksheet
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.
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.
See examples directory for some examples with excel.