Scilab 5.5.0
- Ajuda do Scilab
- Funções
- Built-in & external
- Libraries
- profiling
- argn
- bytecode
- bytecodewalk
- comp
- deff
- edit
- exec
- execstr
- fun2string
- funcprot
- function
- functions
- getd
- head_comments
- listfunctions
- macr2lst
- macr2tree
- macro
- macrovar
- mode
- overloading
- recompilefunction
- sciargs
- tree2code
- varargin
- varargout
- code2str
- str2code
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
sciargs
scilab command line arguments
Seqüência de Chamamento
args=sciargs()
Descrição
Esta função retorna um vetor de strings contendo os argumentos da
linha de comando do Scilab. As primeiras entradas de
args contém o endereço do arquivo executável
rodado.
Esta função corresponde a getarg na linguagem
C.
Ver Também
| Report an issue | ||
| << recompilefunction | Funções | tree2code >> |