MATLAB Versions: more details about height and width authored by Sébastien Villemot's avatar Sébastien Villemot
...@@ -171,9 +171,9 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html). ...@@ -171,9 +171,9 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html).
# MATLAB 9.9 (R2020b) # MATLAB 9.9 (R2020b)
- New `height` and `width` functions (can be used as a replacement for `rows` and `columns` that are present in Octave and that we reimplemented as missing functions; NB: the MATLAB documentation erroneously says that these functions were introduced in R2013b)
- New `pattern` and `extract` functions for string manipulation - New `pattern` and `extract` functions for string manipulation
- New `mustBe*` functions for input validation - New `mustBe*` functions for input validation
- New `height` and `width` functions
- New `readstruct` and `writestruct` functions for reading/writing structured - New `readstruct` and `writestruct` functions for reading/writing structured
data in XML files data in XML files
- New `readlines` function to read a whole text file as a string array - New `readlines` function to read a whole text file as a string array
... ...
......