Scilab-Branch-6.1-GIT
Scilabヘルプ >> Scilab > Configuration > getos
getos
オペレーティングシステムの名前とバージョンを返す
呼出し手順
[OS, Version] = getos()
説明
[OS,Version]=getos()
は,
オペレーティングシステムの名前とバージョンを返します.
例
OS = getos() [OS, version] = getos()
--> OS = getos() OS = "Windows" --> [OS, version] = getos() OS = "Windows" version = "8 x64"
Comments
See comments in other languages: Français: 1 comment(s)
Add a comment:
Please login to comment this page.