Scilab 5.5.2
- Scilab Help
- Advanced functions
- Built-in & external
- Libraries
- profiling
- argn
- bytecode
- bytecodewalk
- code2str
- comp
- deff
- edit
- exec
- execstr
- fun2string
- funcprot
- function
- functions
- getd
- head_comments
- listfunctions
- macr2lst
- macr2tree
- macro
- macrovar
- mode
- overloading
- recompilefunction
- sciargs
- str2code
- tree2code
- varargin
- varargout
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
sciargs
scilab command line arguments
Calling Sequence
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
Report an issue | ||
<< recompilefunction | Advanced functions | str2code >> |