We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db006e7 commit ea6d532Copy full SHA for ea6d532
Readme_java.md
@@ -13,15 +13,23 @@ version("-java")
13
Get the Java API level:
14
15
```matlab
16
-stdlib.java_api
+stdlib.java_api()
17
+```
18
+
19
+Get the Java vendor:
20
21
+```matlab
22
+stdlib.java_vendor()
23
```
24
25
Get the Java version:
26
27
-stdlib.java_version
28
+stdlib.java_version()
29
30
31
+From before Matlab R2019b to at least Matlab R2024b, the Matlab factory Java version is 1.8, which is adequate for all Matlab-stdlib functionality.
32
33
If desired (not used by Matlab-stdlib), one can use non-factory Java classes in
34
[Matlab](](https://www.mathworks.com/help/matlab/matlab_external/static-path-of-java-class-path.html))
35
and
0 commit comments