Scilab 2023.1.0 is a new stable release of Scilab, the open-source platform for numerical computation.
Here is a tour of the changes since Scilab 6.1.1.
To have a tour with the help browser, enter help("2023.1.0")
in the console, and browse related pages.
atomsInstall()
will now try to build a package (containing only Scilab code) locally from sources when no compatible binary version is found.curl
is now used as default in atomsDownload()
for all OS to handle local file repositories.
tbx_make(".", "localization")
can now update files of translated messages according to new gettext entries in the code.tbx_make(".", "help", lang)
builds the documentation restricted to a given language.edit_curv()
UI has been upgraded (copy/paste, deletion of points, ...).auto_stretch
property has been added for axes handles.http_get()
function now sets accept-encoding
flag.verbose
parameter added to http_get()
.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)
.cat()
accepts arrays of different but compatible types according to [,]
and [;]
rules.covWrite("html", dir)
results is improved.In this version, extra effort has been expanded on fixing issues and stabilization. Detailed information about those improvements can be found in 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.