File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ Matlab or GNU Octave users coming from other languages often notice the missing
9
9
These system, filesystem, and HDF5 / HDF4 / NetCDF functions are useful across several of our own and others projects.
10
10
11
11
Matlab &ge ; R2021a has full functionality.
12
- Older versions of Matlab work back to about R2017b.
12
+ Matlab R2019b is the minimum required due to use of
13
+ [ arguments] ( https://www.mathworks.com/help/matlab/ref/arguments.html ) syntax.
13
14
If using GNU Octave, the minimum version is 6.0.
14
15
15
16
Self-tests can be run from that matlab-stdlib/ directory:
@@ -20,7 +21,8 @@ buildtool
20
21
21
22
[ API Documentation] ( https://geospace-code.github.io/matlab-stdlib )
22
23
23
- Many Matlab-Stdlib functions use the factory JRE in Matlab or GNU Octave, and have been tested with JVM versions 8 and 17.
24
+ Many Matlab-Stdlib functions use the factory JRE in Matlab or GNU Octave, and have been tested with JVM versions 8 and 17 and newer.
25
+ Most Matlab-stdlib filesystem functions do not require Java.
24
26
For reference, we further
25
27
[ discuss Java implementation details] ( ./Readme_java.md ) .
26
28
You can’t perform that action at this time.
0 commit comments