Skip to content

Commit db006e7

Browse files
committed
doc minimum requirements
1 parent 88c7bfa commit db006e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Matlab or GNU Octave users coming from other languages often notice the missing
99
These system, filesystem, and HDF5 / HDF4 / NetCDF functions are useful across several of our own and others projects.
1010

1111
Matlab ≥ 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.
1314
If using GNU Octave, the minimum version is 6.0.
1415

1516
Self-tests can be run from that matlab-stdlib/ directory:
@@ -20,7 +21,8 @@ buildtool
2021

2122
[API Documentation](https://geospace-code.github.io/matlab-stdlib)
2223

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.
2426
For reference, we further
2527
[discuss Java implementation details](./Readme_java.md).
2628

0 commit comments

Comments
 (0)