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 10
10
jobs :
11
11
linux :
12
12
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
+
14
19
steps :
15
20
- uses : actions/checkout@v2
16
21
Original file line number Diff line number Diff line change 1
1
cff-version : 1.2.0
2
- message : " If you use this software, please cite it as below."
3
2
authors :
4
3
- family-names : Hirsch
5
4
given-names : Michael
Original file line number Diff line number Diff line change 7
7
Matlab users coming from other languages often notice the missing functionality contained within this user-developed, unofficial "stdlib" for Matlab.
8
8
These system "sys", file I/O "fileio" and HDF5/NetCDF "hdf5nc" function are useful across several of our own and others projects.
9
9
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
-
22
10
Selftests can be run from that matlab-stdlib/ directory:
23
11
24
12
``` matlab
25
13
runtests('stdlib.tests')
26
14
```
27
15
28
- ### HDF5
16
+ ## HDF5
29
17
30
18
``` matlab
31
19
import stdlib.hdf5nc.*
@@ -62,7 +50,7 @@ Get the names of all datasets in a file
62
50
h5variables(filename)
63
51
```
64
52
65
- ### NetCDF4
53
+ ## NetCDF4
66
54
67
55
``` matlab
68
56
import stdlib.hdf5nc.*
Original file line number Diff line number Diff line change 8
8
"downloadUrl" : " https://github.com/geospace-code/matlab-stdlib/releases" ,
9
9
"issueTracker" : " https://github.com/geospace-code/matlab-stdlib/issues" ,
10
10
"name" : " matlab-stdlib" ,
11
- "version" : " 4.1.4" ,
12
11
"identifier" : " 10.5281/zenodo.3964541" ,
13
12
"description" : " Matlab unofficial standard library, including HDF5 / NetCDF4 functions that should be included in Matlab." ,
14
13
"applicationCategory" : " computation" ,
You can’t perform that action at this time.
0 commit comments