モジュールのプリミティブの一覧を取得
readgateway(module_name) primitives = readgateway(module_name) [primitives, primitivesID] = readgateway(module_name) [primitives, primitivesID, gatewayID] = readgateway(module_name)
文字列
文字列の行列
readgateway(module_name)
は,
module_name
の
プリミティブの一覧を取得します.
primitives
: module_name
のプリミティブの一覧.
primitivesID
: プリミティブのIDの一覧.
gatewayID
: module_name
に関連するゲートウエイのIDの一覧
With getPreferencesValue():
ans = !clc 1 53 ! !tohome 2 53 ! !lines 3 53 ! !prompt 4 53 ! !iswaitingforinput 5 53 !
// Example with the signal_processing Scilab-6-like module: path = "SCI/modules/signal_processing/sci_gateway/signal_processing_gateway.xml"; getPreferencesValue("//module/gateway", "function", path) | ![]() | ![]() |
ans = !fft ! !corr ! !rpem ! !amell ! !delip ! !remez ! !syredi ! !conv2 !
Version | Description |
5.5.2 | readgateway was removed after Scilab 5.5.2.
Please use getPreferencesValue(..) instead. |