recompilefunctionrecompiles a scilab function,
changing its type
Calling Sequencerecompilefunction(funname [,kind [,force]])Argumentsfunnamestring, name of the function to recompile
kind
string: "n" (noncompiled, type 11), "c"
(compiled, type 13) or "p" (compiled, type 13, with
provision for profiling). Default "c".
forceboolean. If false, the function is recomplied only if its kind changes;
if true, it is recompiled even if it keeps the same kind (notably useful
to recompile a "p" function, to reset the profiling statistics).
Description
This function reverse-compiles a function variable via fun2string,
and recompiles it to the desired kind with deff.
ExamplesSee Also
function
deff
comp
fun2string
profile
Bibliographyhttp://wiki.scilab.org/Scilab_function_variables%3A_representation%2C_manipulation