Scilab 5.4.0
- Aide Scilab
- Xcos
- Fonctions utilitaires Scilab
- block_parameter_error
- buildouttb
- create_palette
- getModelicaPath
- get_scicos_version
- importXcosDiagram
- loadScicos
- loadXcosLibs
- scicos_debug
- scicos_getvalue
- standard_inputs
- standard_origin
- standard_outputs
- var2vec
- vec2var
- xcosPal
- xcosPalAdd
- xcosPalAddBlock
- xcosPalExport
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
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
Report an issue | ||
<< getModelicaPath | Fonctions utilitaires Scilab | importXcosDiagram >> |