Scilab 5.3.0
Please note that the recommended version of Scilab is 5.3.3. This page might be outdated.
See the recommended documentation of this function
get_scicos_version
Get the current Scicos version
Calling Sequence
scicos_ver = get_scicos_version
Module
Description
This function is used to know the current version number of Scicos.
scicos_ver = get_scicos_version
Arguments
scicos_ver : a string given the current number version of Scicos.
Example
//Get the scicos version get_scicos_version()
File content
SCI/modules/scicos/macros/scicos_utils/get_scicos_version.sci
Authors
Alan Layec - INRIA
| << getModelicaPath | Scilab Utilities Functions | importXcosDiagram >> |