Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.2 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Scilabヘルプ >> Functions > Built-in & external > readgateway

readgateway

モジュールのプリミティブの一覧を取得

呼出し手順

readgateway(module_name)

primitives = readgateway(module_name);

[primitives,primitivesID] = readgateway(module_name);

[primitives,primitivesID,gatewayID] = readgateway(module_name);

引数

module_name

文字列

primitives, primitivesID, gatewayID

文字列の行列

説明

readgateway(module_name)は, module_nameの プリミティブの一覧を取得します.

primitives: module_nameのプリミティブの一覧.

primitivesID: プリミティブのIDの一覧.

gatewayID: module_nameに関連するゲートウエイのIDの一覧

[primitives,primitivesID,gatewayID] = readgateway('core');
primitives(1) // 'debug' primitive
primitivesID(1) // 1 is ID of 'debug' in 'core' gateway
gatewayID(1) // 13 is ID of 'core' gateway in scilab

参照

  • getmodules — Scilabにインストールされているモジュールの一覧を返す
Report an issue
<< newfun Built-in & external what >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Apr 01 10:25:14 CEST 2015