Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
getos
オペレーティングシステムの名前とバージョンを返す
呼出し手順
[OS, Version] = getos()
説明
[OS,Version]=getos()
は,
オペレーティングシステムの名前とバージョンを返します.
例
OS = getos() [OS, version] = getos()
--> OS = getos() OS = "Windows" --> [OS, version] = getos() OS = "Windows" version = "8 x64"
Report an issue | ||
<< getmodules | Configuration | getscilabmode >> |