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 bae6940 commit 7298e91Copy full SHA for 7298e91
Readme.md
@@ -7,6 +7,11 @@
7
Matlab users coming from other languages often notice the missing functionality contained within this user-developed, unofficial "stdlib" for Matlab.
8
These system "sys", file I/O "fileio" and HDF5/NetCDF "hdf5nc" function are useful across several of our own and others projects.
9
10
+The absolute minimum Matlab release is R2019b.
11
+
12
+* HDF5 full features (string, scalar dataspace) requires Matlab >= R2020a
13
+* NetCDF4 string support requires Matlab >= R2021b
14
15
Self-tests can be run from that matlab-stdlib/ directory:
16
17
```matlab
0 commit comments