Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
getversion
Scilabおよびモジュールのバージョン情報を取得
呼出し手順
version=getversion() [version,opts]=getversion() ver=getversion('scilab') versioninfo=getversion('scilab','string_info') ver=getversion('<module>') versioninfo=getversion('<module>','string_info')
パラメータ
- version
文字列
- versioninfo
バージョンに関する文字列
- ver
整数ベクトル
ver(1) メジャーバージョン
ver(2) マイナーバージョン
ver(3) メンテナンスバージョン
ver(4) GIT タイムスタンプ
- opts
7個のエントリを有するベクトル :
[compiler, tk, modelicac, release_mode, release_date, release_time]
説明
Scilab バージョン名をversion
,
構築オプションを opts
に返します.
この構築オプションは,
Scilabが tk または modelica を組み込んで構築されたかどうかを
定義するために使用され, リリース日や時間も含まれます.
例
参照
- getmodules — Scilabにインストールされているモジュールの一覧を返す
Report an issue | ||
<< getshell | Configuration | gstacksize >> |