Skip to content

Commit

Permalink
minor edits to README
Browse files Browse the repository at this point in the history
  • Loading branch information
snikumbh committed Jul 31, 2017
1 parent 8825de5 commit 0236ea2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ sh install.sh
```

## Usage:
- If you have MATLAB
See the example config file `config-comik.txt`, for an example function call from inside Matlab:
- If you have MATLAB, see the example config file `config-comik.txt`, for an example function call from inside Matlab:
For simulated dataset 1 provided in the folder `sample_data/simulated_dataset1`
```Matlab
comik_wrapper('config-comik.txt');
```

- For those who do not have MATLAB,
We provide an executable which can be run as follows:
- For those who do not have MATLAB, we provide an executable which can be run as follows:
```
./run_CoMIK.sh <MATLAB_Runtime_location> <config_file>
./run_CoMIK.sh /usr/lib/matlab-9.0 config-comik.txt
Expand Down

0 comments on commit 0236ea2

Please sign in to comment.