Update MATLAB Versions authored by Sébastien Villemot's avatar Sébastien Villemot
...@@ -31,6 +31,7 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html). ...@@ -31,6 +31,7 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html).
- New interleaved complex ABI for MEX files - New interleaved complex ABI for MEX files
- New C++ MEX interface - New C++ MEX interface
- `readwrite` and `writetable` are now able to manipulate Excel files on Windows without launching Microsoft Excel
# MATLAB 9.3 (R2017b) # MATLAB 9.3 (R2017b)
...@@ -52,6 +53,7 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html). ...@@ -52,6 +53,7 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html).
# MATLAB 9.0 (R2016a) # MATLAB 9.0 (R2016a)
- No more 32-bit support - No more 32-bit support
- `writetable` is now able to write Excel files on GNU/Linux and macOS
# MATLAB 8.6 (R2015b) # MATLAB 8.6 (R2015b)
...@@ -74,6 +76,8 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html). ...@@ -74,6 +76,8 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html).
# MATLAB 8.2 (R2013b) # MATLAB 8.2 (R2013b)
- New `readtable` and `writetable` function (the latter not yet capable of writing Excel files on GNU/Linux and macOS, and needing Microsoft Excel installed on Windows)
# MATLAB 8.1 (R2013a) # MATLAB 8.1 (R2013a)
- New option `stable` to `intersect` and other set manipulation functions - New option `stable` to `intersect` and other set manipulation functions
... ...
......