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
"backend" column tells which functions have selectable backend implementations.
40
40
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.
41
-
The user can specify the backend as listed in the API for those functions by specifying say "java" etc. as available per-function.
42
-
Normally the user does not specify the backend as we prioritize faster backends.
*[Java](./Readme_java.md): all supported Matlab releases
48
-
*[Perl](https://www.mathworks.com/help/matlab/ref/perl.html): Matlab R2018a and newer. This uses a system() call to Perl, which is bundled with Matlab on Windows and generally available on Linux and macOS
47
+
*[Perl](https://www.mathworks.com/help/matlab/ref/perl.html): Matlab R2018a and newer. This uses a system() call to Perl.
49
48
*[Python](https://www.mathworks.com/help/matlab/call-python-libraries.html): Matlab R2022b and newer. `stdlib.has_python` checks that the Python version set by `pyenv()` is compatible with the Matlab release.
50
49
* 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