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 | Конфигурация | getscilabmode >> |