The release of the computer mathematics environment Scilab 2023.0.0 has been published, providing a Matlab-like language and a set of functions for mathematical, engineering, and scientific calculations. The package is suitable for professional use and for universities, offering tools for a variety of computations: from visualization, modeling, and interpolation to differential equations and mathematical statistics. It supports the execution of scripts written for Matlab. The project code is provided under the GPLv2 license. Ready-made builds are available for Linux, Windows, and macOS.
Among the changes in the new release:
- The property axes.auto_stretch has been added.
- The http_get() function now allows setting the accept-encoding flag.
- In the atomsInstall() function, if binary builds are not available, a local build of the package is performed if possible.
- The function toJSON(var, filename, indent) has been implemented.
- The settings now provide the option to use ASCII or Unicode characters for displaying exponential polynomials.
- In the expression "for c = h,.., end," it is now permissible to specify hypermatrices in the variable "h" and there is the capability to iterate over matrix columns by specifying "h, size(h,1),-1."
- The output of the covWrite("html", dir) function has been improved.
- When calling the function tbx_make(".", "localization"), the ability to update files with translated messages has been implemented.


Source: opennet.ru
