getos
return Operating System name and version
Syntax
[OS, Version] = getos()
Description
[OS,Version]=getos()
returns Operating System name and version.
Examples
OS = getos() [OS, version] = getos()
--> OS = getos() OS = "Windows" --> [OS, version] = getos() OS = "Windows" version = "8 x64"
Report an issue | ||
<< getmodules | Configuration | getscilabmode >> |