Add MATLAB R2020a; a few more details on older versions authored by Sébastien Villemot's avatar Sébastien Villemot
...@@ -2,6 +2,10 @@ This page lists changes introduced in MATLAB versions that are the most ...@@ -2,6 +2,10 @@ This page lists changes introduced in MATLAB versions that are the most
relevant to Dynare development. This information mostly comes from the [MATLAB relevant to Dynare development. This information mostly comes from the [MATLAB
Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html). Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html).
# MATLAB 9.8 (R2020a)
- Support for sparse complex arrays
# MATLAB 9.7 (R2019b) # MATLAB 9.7 (R2019b)
# MATLAB 9.6 (R2019a) # MATLAB 9.6 (R2019a)
...@@ -19,12 +23,16 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html). ...@@ -19,12 +23,16 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html).
# MATLAB 9.2 (R2017a) # MATLAB 9.2 (R2017a)
- String arrays can now be constructed using double quotes
# MATLAB 9.1 (R2016b) # MATLAB 9.1 (R2016b)
- Adds “automatic broadcasting”, also known as “implicit expansion” (`bsxfun` - Adds “automatic broadcasting”, also known as “implicit expansion” (`bsxfun`
becomes therefore essentially useless) becomes therefore essentially useless)
- New `contains` function - New `contains` function
- New `splitlines` function - New `splitlines` function
- New `jsondecode` function
- Introduces string arrays (with function `string`)
# MATLAB 9.0 (R2016a) # MATLAB 9.0 (R2016a)
... ...
......