mxIsScalar introduced in R2015a authored by Sébastien Villemot's avatar Sébastien Villemot
...@@ -116,6 +116,7 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html). ...@@ -116,6 +116,7 @@ Release Notes](https://fr.mathworks.com/help/matlab/release-notes.html).
# MATLAB 8.5 (R2015a) # MATLAB 8.5 (R2015a)
- New `mxIsScalar` function in MEX interface (but the function was apparently already present in R2014a, though not officially supported nor defined in headers)
- New `webwrite` function - New `webwrite` function
- First version to officially support Windows 10, see https://fr.mathworks.com/matlabcentral/answers/223444-is-matlab-compatible-with-windows-10 - First version to officially support Windows 10, see https://fr.mathworks.com/matlabcentral/answers/223444-is-matlab-compatible-with-windows-10
- The `mean` function now accepts the `omitnan` option - The `mean` function now accepts the `omitnan` option
... ...
......