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
Copy file name to clipboardExpand all lines: Readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,12 @@ The
36
36
"backend" column tells which functions have selectable backend implementations.
37
37
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.
38
38
The user can specify the backend as listed in the API for those functions by specifying say "java" etc. as available per-function.
39
-
Normally the user will not specify the backend as we prioritize faster backends.
39
+
Normally the user does 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
44
+
*[Java](./Readme_java.md): all supported Matlab releases
45
45
*[Perl](https://www.mathworks.com/help/matlab/ref/perl.html): all supported Matlab releases. This uses a system() call to Perl, which is bundled with Matlab on Windows and generally available on Linux and macOS
46
46
*[Python](https://www.mathworks.com/help/matlab/call-python-libraries.html): Matlab R2022b and newer
47
47
* 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