Scilab 2023.0.0 is a major new release of Scilab, the open-source platform for numerical computation.
Here is a tour of the changes between Scilab 6.1.1 & 2023.0.0.
To have a tour with the help browser, enter help("2023.0.0")
in the console, and browse related pages.
axes.auto_stretch
property added.http_get()
function now sets accept-encoding
flag.verbose
parameter added to http_get()
.atomsInstall()
will now try to build a package (containing only Scilab code) locally from sources when no compatible binary version is found.toJSON(var, filename, indent)
implemented, after toJSON(var, filename)
.fromJSON
and toJSON
processing of tab
(ascii(9)
) is changed.for c = h,.., end
now accepts an hypermatrix h
and iterates over its columns matrix(h, size(h,1),-1)
.covWrite("html", dir)
results is improved.tbx_make . localization
can now update files of translated messages according to new gettext entries in the code.In this version, extra effort has been expended on bug fixing and stabilization. Detailed information about those improvements can be found on the CHANGES file.
If you are new to Scilab, please use the Scilab beginners tutorial and Xcos beginners tutorial provided by the Scilab Team.
The Scilab Team provides also some documentation and tutorials.
Scilab Website - Consult Scilab official website
Wiki - Consult documentations, tricks, etc.
Issues - Report bugs and wishes about Scilab
Forge - Browse and publish Scilab modules
Mailing Lists - Communicate and exchange with the community
ATOMS - Browse Scilab packaged modules
File Exchange - Exchange your scripts, results and files.