Scilab 5.4.1
- Ajuda 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 2025.0.0. This page might be outdated.
See the recommended documentation of this function
argn
número de argumentos na chamada de uma função
Seqüência de Chamamento
[lhs [,rhs] ]=argn() lhs=argn(1) rhs=argn(2)
Descrição
Esta função é usada dentro da definição de uma função. Ela fornece
os números de parâmetros de entrada rhs
e saída
lhs
passados à função quando esta é chamada. Geralmente
é usada em definições de funções para lidar com parâmetros
opcionais.
Ver Também
Report an issue | ||
<< profiling | Funções | bytecode >> |