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'.
例
参照
- getmodules — Scilabにインストールされているモジュールの一覧を返す
Report an issue | ||
<< getshell | Configuration | oldEmptyBehaviour >> |