File tree Expand file tree Collapse file tree 4 files changed +8
-17
lines changed
Expand file tree Collapse file tree 4 files changed +8
-17
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 linux :
1212 timeout-minutes : 15
13- runs-on : ubuntu-latest
13+ runs-on : ${{ matrix.os }}
14+
15+ strategy :
16+ matrix :
17+ os : [ubuntu-latest, windows-latest, macos-latest]
18+
1419 steps :
1520 - uses : actions/checkout@v2
1621
Original file line number Diff line number Diff line change 11cff-version : 1.2.0
2- message : " If you use this software, please cite it as below."
32authors :
43 - family-names : Hirsch
54 given-names : Michael
Original file line number Diff line number Diff line change 77Matlab users coming from other languages often notice the missing functionality contained within this user-developed, unofficial "stdlib" for Matlab.
88These system "sys", file I/O "fileio" and HDF5/NetCDF "hdf5nc" function are useful across several of our own and others projects.
99
10- ## Usage
11-
12- This package is a Matlab package, so we assume you have done like:
13-
14- ``` matlab
15- import stdlib.hdf5nc.*
16- import stdlib.fileio.*
17- import stdlib.sys.*
18- ```
19-
20- or use the full package name like ` stdlib.fileio.expanduser() `
21-
2210Selftests can be run from that matlab-stdlib/ directory:
2311
2412``` matlab
2513runtests('stdlib.tests')
2614```
2715
28- ### HDF5
16+ ## HDF5
2917
3018``` matlab
3119import stdlib.hdf5nc.*
@@ -62,7 +50,7 @@ Get the names of all datasets in a file
6250h5variables(filename)
6351```
6452
65- ### NetCDF4
53+ ## NetCDF4
6654
6755``` matlab
6856import stdlib.hdf5nc.*
Original file line number Diff line number Diff line change 88 "downloadUrl" : " https://github.com/geospace-code/matlab-stdlib/releases" ,
99 "issueTracker" : " https://github.com/geospace-code/matlab-stdlib/issues" ,
1010 "name" : " matlab-stdlib" ,
11- "version" : " 4.1.4" ,
1211 "identifier" : " 10.5281/zenodo.3964541" ,
1312 "description" : " Matlab unofficial standard library, including HDF5 / NetCDF4 functions that should be included in Matlab." ,
1413 "applicationCategory" : " computation" ,
You can’t perform that action at this time.
0 commit comments