You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
users coming from other languages will benefit from the functionality contained within this user-developed, unofficial "stdlib" standard library of functions.
11
-
These system, filesystem, and HDF5 / HDF4 / NetCDF functions are used across numerous projects.
8
+
Matlab users coming from other languages will benefit from the functionality contained within this user-developed, unofficial "stdlib" standard library of functions.
9
+
These system, filesystem, and HDF5 / HDF4 / NetCDF functions are used by numerous independent projects.
12
10
13
-
Matlab R2019b is the minimum required due to use of
11
+
Matlab R2019b is the minimum version required due to use of
"backend" column tells which functions have selectable backend implementations.
41
+
By default, when the "backend" is not specified to a function having selectable backend, the algorithm searches for the first available backend and uses that.
42
+
The user can specify the backend as listed in the API for those functions by specifying say "java" etc. as available per-function.
43
+
Normally the user will not specify the backend as we prioritize faster backends.
*[Java](https://www.mathworks.com/help/matlab/using-java-libraries-in-matlab.html): all supported Matlab releases. A few Java functions are Linux / macOS only, but have other backends available.
49
+
*[Python](https://www.mathworks.com/help/matlab/call-python-libraries.html): Matlab R2022b and newer
50
+
* System shell calls: all supported Matlab releases. As a backup when the platform doesn't have the primary (faster) methods available, the system shell can be called for some functions.
0 commit comments