<< readgateway functions setbpt >>

removed >> removed > 5-5-2 > functions > recompilefunction

recompilefunction

型を変更し,Scilab関数を再コンパイルする

呼び出し手順

recompilefunction(funname [,kind [,force]])

引数

funname

文字列, 再コンパイルする関数の名前

kind

文字列: "n" (コンパイル前, 11型), "c" (コンパイル済み, 13型) または "p" (コンパイル済み, type 型, プロファイル用). デフォルト: "c".

force

論理値. falseの場合, 関数は kind が変更された場合のみ再コンパイルされます; true の場合, 同じ kind が維持される場合でも再コンパイルされます (プロファイル統計をリセットするために "p" 関数を再コンパイルする場合に特に有用です).

説明

recompilefunction("asinh","p")
for i=1:100; asinh(rand(100,100)); end
showprofile(asinh)

参照

参考文献

http://wiki.scilab.org/Scilab_function_variables%3A_representation%2C_manipulation

履歴

VersionDescription
5.5.2 recompilefunction was removed after Scilab 5.5.2.

Report an issue
<< readgateway functions setbpt >>