Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.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 > getversion

getversion

Scilabおよびモジュールのバージョン情報を取得

呼出し手順

[version, options] = getversion()
[COMPILER, ARCH, RELEASE_MODE, RELEASE_DATE, RELEASE_TIME] = (options(1), opt(2), options($-2), options($-1), options($))
version_numbers = getversion('scilab')
version_numbers = getversion('<module>')
version = getversion('<module>','string_info')

引数

version

バージョンに関する文字列. Example: "scilab-6.1.0"

version_numbers

整数ベクトル

version_numbers(1) メジャーバージョン

version_numbers(2) マイナーバージョン

version_numbers(3) メンテナンスバージョン

version_numbers(4) GIT タイムスタンプ

options

文字列のベクトル: [compiler, architecture,[tk, modelicac, ] release_mode, release_date, release_time]

説明

[version, options] = getversion()は Scilab バージョン名をversion, 構築オプションを optionsに返します. この構築オプションは, Scilabが tk または modelica を組み込んで構築されたかどうかを 定義するために使用され, リリース日や時間も含まれます.

[tk, modelicac, atlas,] はオプションです.

compiler: はscilab構築に使用されたコンパイラ ('GCC', 'VC++', 'PGI', 'ICC', 'SUN', 'UKN' unknown) を返します

architecture: 'x86' または 'x64'.

tk: tcl/tk が有効な場合は 'tk'.

modelicac: modelica コンパイラが scilab/xcosに同梱されている場合は 'modelicac'.

getversion()
[version, options] = getversion()
[COMPILER, ARCH, RELEASE_MODE, RELEASE_DATE, RELEASE_TIME] = (options(1), opt(2), options($-2), options($-1), options($))
or(options == 'modelicac')
or(options == 'tk')

numbers = getversion('scilab')
version = getversion('scilab','string_info')

参照

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

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 Jan 03 14:37:44 CET 2022