Scilab 6.0.0
Scilab Help >> Scilab > Configuration > sciargs
sciargs
scilab command line arguments
Syntax
args = sciargs()
Description
This function returns a row vector of character strings containing the
arguments of the Scilab command line. First args
entry contains
the path of the launched executable file.
This function corresponds to the getarg
function in C language.
Examples
args=sciargs()
See Also
- getenv — get the value of an environment variable
Comments
Add a comment:
Please login to comment this page.