Man Scilab

getversion
Scilab Function

getversion - get Scilab version name

Calling Sequence

version=getversion()
[version,opts]=getversion()

Parameters

Description

return in version the Scilab version name and in opts build options which can be used to determine if scilab has been build with pvm, tk or ocaml.

Examples


getversion()
[version,opts]=getversion()
 
  

Back