More details authored by Sébastien Villemot's avatar Sébastien Villemot
...@@ -27,6 +27,7 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html). ...@@ -27,6 +27,7 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html).
creating, deleting, or modifying secondary axis labels creating, deleting, or modifying secondary axis labels
- New `xregion` and `yregion` functions for creating unbounded regions and - New `xregion` and `yregion` functions for creating unbounded regions and
specifying multiple regions as matrix specifying multiple regions as matrix
- New `gitrepo` object for manipulating git repositories
# MATLAB 9.14 (R2023a) # MATLAB 9.14 (R2023a)
...@@ -51,6 +52,7 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html). ...@@ -51,6 +52,7 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html).
- The `errorbar` function can now plot multiple lines with error bars at once - The `errorbar` function can now plot multiple lines with error bars at once
- New `tightPosition` function for getting the location and size of axes plotting area - New `tightPosition` function for getting the location and size of axes plotting area
- New `tilenum` and `tilerowcol` functions for convert between rows and columns and tile numbers in tiled chart layouts - New `tilenum` and `tilerowcol` functions for convert between rows and columns and tile numbers in tiled chart layouts
- New Code Analyzer app (and programmatic interface through `codeAnalyzer`)
# MATLAB 9.12 (R2022a) # MATLAB 9.12 (R2022a)
...@@ -69,7 +71,7 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html). ...@@ -69,7 +71,7 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html).
- The `eps`, `flintmax`, `intmax`, `intmin`, `realmax` and `realmin` functions now accept the `"like"` syntax to return scalars based on a prototype object - The `eps`, `flintmax`, `intmax`, `intmin`, `realmax` and `realmin` functions now accept the `"like"` syntax to return scalars based on a prototype object
- `qr` and `gsvd` have a new `"econ"` option for economy-size decompositions - `qr` and `gsvd` have a new `"econ"` option for economy-size decompositions
- The syntax `R = qr(A)` now always returns `R` as an upper-triangular matrix, regardless of whether `A` is full or sparse (behaviour change) - The syntax `R = qr(A)` now always returns `R` as an upper-triangular matrix, regardless of whether `A` is full or sparse (behaviour change)
- New Code Compatibility Analyzer app
# MATLAB 9.11 (R2021b) # MATLAB 9.11 (R2021b)
...@@ -79,6 +81,7 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html). ...@@ -79,6 +81,7 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html).
- New `sftp` function for transferring files from/to SSH servers - New `sftp` function for transferring files from/to SSH servers
- New `outputFormat` option of the `svd` function - New `outputFormat` option of the `svd` function
- New `exportgraphics` function to append graphics to an existing PDF file - New `exportgraphics` function to append graphics to an existing PDF file
- New `pyrun` and `pyrunfile` functions to run Python code
# MATLAB 9.10 (R2021a) # MATLAB 9.10 (R2021a)
...@@ -134,6 +137,8 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html). ...@@ -134,6 +137,8 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html).
- New `sheetnames` function to get names of worksheets from spreadsheet file - New `sheetnames` function to get names of worksheets from spreadsheet file
- New `makima` function for performing modified Akima cubic Hermite - New `makima` function for performing modified Akima cubic Hermite
interpolation interpolation
- New `tiledlayout` function for creating tiled chart layout (now recommended
over `subplot`)
# MATLAB 9.6 (R2019a) # MATLAB 9.6 (R2019a)
... ...
......