https://github.com/bunpc/plotprobe2
https://github.com/bunpc/plotprobe2
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bunpc/plotprobe2
- Owner: BUNPC
- Created: 2022-02-17T16:17:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T17:49:47.000Z (about 4 years ago)
- Last Synced: 2025-09-09T20:41:48.819Z (9 months ago)
- Language: MATLAB
- Size: 20.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlotProbe2
### Instructions to run PlotProbe2
1. Open Matlab
2. Go to PlotProbe2 folder on Matlab
3. Add PlotProbe2 to matlab path by running ``` addpath(genpath('.')) ``` command on matlab command window
4. Go to the folder where snirf file is located or use probe.snirf file present in the PlotProbe2 folder
5. Run below commands on matlab command window
```
obj = SnirfClass('probe.snirf');
PlotProbe2(obj);
```
6. Note that your filename could be different from ```probe.snirf```, so pass appropriate filename to ```SnirfClass```