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).
creating, deleting, or modifying secondary axis labels
- New `xregion` and `yregion` functions for creating unbounded regions and
specifying multiple regions as matrix
- New `gitrepo` object for manipulating git repositories
# MATLAB 9.14 (R2023a)
......@@ -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
- 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 Code Analyzer app (and programmatic interface through `codeAnalyzer`)
# MATLAB 9.12 (R2022a)
......@@ -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
- `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)
- New Code Compatibility Analyzer app
# MATLAB 9.11 (R2021b)
......@@ -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 `outputFormat` option of the `svd` function
- New `exportgraphics` function to append graphics to an existing PDF file
- New `pyrun` and `pyrunfile` functions to run Python code
# MATLAB 9.10 (R2021a)
......@@ -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 `makima` function for performing modified Akima cubic Hermite
interpolation
- New `tiledlayout` function for creating tiled chart layout (now recommended
over `subplot`)
# MATLAB 9.6 (R2019a)
......
......