fun2stringgenerates ASCII definition of a Scilab functionCalling Sequencetxt = fun2string(fun, name)Argumentsfun
a function type variable.
namea character string, the generated function name.txta column vector of strings, the text giving the Scilab instructions.Description
Given a loaded Scilab function pseudo-code fun2string allows to
re-generate the code. The generated
code is indented and beautified.
The mechanism is similar, but simpler than the mfile2sci one. It may
be adapted for syntax translations.
ExamplesSee Also
exec
edit
macrovar