Scilab 2026.0.0 is a new stable release of Scilab, the open-source platform for numerical computation.
Here is a tour of the changes since Scilab 2025.1.0.
To view it in the documentation browser, enter doc("2026.0.0")
in the console, and browse related pages.
cdftnc()
: Cumulative distribution function of the non-central student's T distribution.dbscan()
: Density-based clustering.enumeration()
: Get the enumeration of a classdef or an object.estimate_bandwidth()
: Estimate an appropriate bandwidth for mean shift clustering.gallery()
: Generate test matrices.gradient()
: Compute numerical gradient.isa()
: Check variable type.meanshift()
: Mean shift clustering algorithm.methods()
: Get accessible methods of a classdef or an object.properties()
: Get accessible properties of a classdef or an object.sortrows()
: Sort rows of a vector, matrix, table, or timeseries.spset()
: Set non-zero entries of a sparse matrix.host()
has been rewritten and is now used as a backend for all other functions that perform system calls (dos()
, unix()
, unix_g()
, unix_s()
, unix_w()
, and unix_x()
), which are now obsolete.intersect()
now manages duration
, datetime
, table
, and timeseries
types.lib()
can now load a library without exposing its symbols (default behavior remains unchanged).setdiff()
now manages duration
, datetime
, table
, and timeseries
types.table()
, and timeseries()
now manage integers.union()
now manages duration
, datetime
, table
, and timeseries
types.duration()
, calendarDuration()
, datetime()
, timeseries()
, table()
functions.classdef
, enumeration
, properties
& methods
keywords.end
keyword can now be used to specify the last row/column index of an array, similarly to $
.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 also provides some documentation and tutorials.
Scilab Website - Consult Scilab official website
Wiki - Consult documentation, tricks, etc.
Issues - Report bugs and wishes about Scilab
Forge - Browse and publish Scilab modules
Discourse - Communicate and exchange with the community
ATOMS - Browse Scilab packaged modules
File Exchange - Exchange your scripts, results, and files.