New in MATLAB R2021b 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 ...@@ -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 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.11 (R2021b)
- New `parfeval` syntax for parallelizing calls to a function
- New `trenddecomp` function for trend/cycle decomposition
- New `ComparisonMethod` option to `min` and `max` functions
- New `sftp` function for transferring files from/to SSH servers
- New `outputFormat` option of the `svd` function
- New `exportgraphics` function to append graphics to an existing PDF file
# MATLAB 9.10 (R2021a) # MATLAB 9.10 (R2021a)
- New `name=value` syntax for passing name-value arguments - New `name=value` syntax for passing name-value arguments
... ...
......