Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.1 - English

Change language to:
Français - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab Help >> Scilab > Configuration > ver

ver

Version information for Scilab

Syntax

r = ver()

Arguments

r

a matrix of strings

Description

Version information for Scilab.

Returns a matrix of string with information about Scilab.

Examples

r = ver()
--> r = ver()
 r  =
  "Scilab Version: "                    "6.1.1.0"                                                         
  "Operating System: "                  "Windows 10 10.0"                                                 
  "Java version: "                      "1.8.0_151"                                                       
  "Java runtime information: "          "Java(TM) SE Runtime Environment (build 1.8.0_151-b12)"           
  "Java Virtual Machine information: "  "Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)"
  "Vendor specification: "              "Oracle Corporation"                                              

See also

  • getversion — get scilab and modules version information
  • getdebuginfo — get information about Scilab to debug
  • getos — return Operating System name and version
Report an issue
<< sciargs Configuration with_javasci >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Jan 03 14:23:19 CET 2022