New in MATLAB R2023a authored by Sébastien Villemot's avatar Sébastien Villemot
......@@ -2,6 +2,15 @@ This page lists changes introduced in MATLAB versions that are the most
relevant to Dynare development. This information mostly comes from the [MATLAB
Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html).
# MATLAB 9.14 (R2023a)
- Warning about indexing with no subscripts (`MATLAB:subscripting:noSubscriptsSpecified`) has been removed
- New `combinations` function for generating all element combinations of arrays
- `head` and `tail` functions now work on arrays
- New `pageeig` function for calculating eigenvalues and eigenvectors of the
pages of N-D arrays. In this context, the N-D array is treated as a container
for several 2-D matrices.
- The `randi` function can now create random logical arrays
# MATLAB 9.13 (R2022b)
- New `dictionary` object (hash table)
......
......