Skip to content

Commit 42ab69e

Browse files
committed
docv
1 parent a4d599c commit 42ab69e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Readme.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,22 @@ Matlab or
1010
users coming from other languages will benefit from the functionality contained within this user-developed, unofficial "stdlib" standard library of functions.
1111
These system, filesystem, and HDF5 / HDF4 / NetCDF functions are used across numerous projects.
1212

13-
Matlab R2019b is the minimum required due to use of
13+
Matlab R2020b is the minimum required due to use of
1414
[arguments](https://www.mathworks.com/help/matlab/ref/arguments.html)
15+
and
16+
[mustBeTextScalar](https://www.mathworks.com/help/matlab/ref/mustbetextscalar.html)
1517
syntax.
1618
URLs (e.g. https://, s3:// and similar) are treated as not existing.
17-
The self-tests require at least Matlab R2021a and can be run from the matlab-stdlib/ directory.
19+
The self-tests require at least Matlab R2020b and can be run from the matlab-stdlib/ directory.
1820

1921
```matlab
2022
%% Matlab >= R2023a
2123
buildtool test
2224
```
2325

26+
or for older Matlab:
27+
2428
```matlab
25-
%% Matlab >= R2021b
2629
run('test/test_nomex.m')
2730
```
2831

0 commit comments

Comments
 (0)