Scilab 5.4.0
- 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
edit
edição de funções
Seqüência de Chamamento
edit(functionname)
Parameters
- functionname
string
Descrição
Se functionname for o nome de uma função Scilab definida
edit(functionname)
tente abrir o arquivo associado
functionname.sci
.
Se functionname for o nome de uma função Scilab indefinida,
edit
cria o arquivo functionname.sci no diretório
TMPDIR.
Exemplos
edit('edit') //abre o editor com o texto dessa função edit('myfunction') //abre o editor para uma nova função
Ver Também
Report an issue | ||
<< deff | Funções | exec >> |