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

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.
See the recommended documentation of this function

Scilabヘルプ >> Scilab > Configuration > with_module

with_module

Scilabモジュールがインストールされているかどうかを調べる

呼出し手順

r = with_module(module_name)

引数

r

論理値

module_name

文字列. 例 : 'core'

説明

Scilabモジュールがインストールされている場合に %t, そうでない場合に %f を返します.

withXML = with_module("xml");
if withXML == %t then
   disp("XML module enabled");
else
   disp("XML module disabled");
end

参照

  • getmodules — Scilabにインストールされているモジュールの一覧を返す
Report an issue
<< with_macros_source Configuration with_tk >>

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:
Mon Feb 12 23:12:39 CET 2018