Scilab 5.5.2
- 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 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
fun2string
gera definição ASCII de uma função Scilab
Seqüência de Chamamento
txt = fun2string(fun, name)
Parâmetros
- fun
variável do tipo função
- name
string, o nome da função gerada
- txt
vetor coluna de strings, o texto fornecendo as instruções Scilab
Descrição
Dado um pseudo-código de função Scilab carregada fun2string
permite
gerar novamente o código. O código gerado é identado e embelezado.
O mecanismo é similar, mas mais simples que o de mfile2sci
. Também
pode ser adaptado para traduções de sintaxe.
Ver Também
Report an issue | ||
<< execstr | Funções | funcprot >> |