Scilab 5.4.1
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
newfun
関数のテーブルに名前を追加する
呼出し手順
newfun("function-name",nameptr)
説明
ユーティリティ関数 (上級者専用). 名前 "function-name"を
インタプリタに既知の関数テーブルに追加します.
"nameptr" は整数1000*fun+finです.
ただし,fun および finは,
プリミティブ "function-name"の内部的なコーディング
です.
この関数はプリミティブが
"matusr.f"へのインターフェイスを指す場合 (fun=14)
に有用です.
funptr および clearfunと共に使用すると,
同じ名前の関数によりプリミティブを再定義できます.
参照
- clearfun — プリミティブ(組み込み関数)を削除
| Report an issue | ||
| << intppty | Built-in & external | readgateway >> |