Scilab version as a number
[num] = CL_scilabVersion()
Returns the version of Scilab as a number.
Examples:
- Version 6.0.2 => 602
- Version 2023.1.0 => 202310.
- For efficiency reasons, the version number is precomputed and initilized when CL__configInit is called (in start-up file).
(integer) Scilab version number.
CNES - DCT/SB