Scilab 5.3.0
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
Scilab関数のアスキー定義を生成する
呼び出し手順
txt=fun2string(fun,name)
パラメータ
- fun
関数型変数
- name
文字列, 生成した関数名
- txt
文字列の列ベクトル, scilab関数を指定するテキスト
説明
ロード済みのScilab関数の擬似コードを指定すると,fun2string により, そのコードを再度生成することができます. 生成したコードはインデントされ, 整形されます.
仕組みはmfile2sciに似ていますが, より簡単です. 構文の変換に使用することも可能です.
<< execstr | Functions | function >> |