Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
QinbinLi committed Nov 23, 2017
1 parent da249ab commit e9ddc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Matlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ svm_train_matlab(parameters): The format of parameters is same as libsvm
svm_predict_matlab(parameters): The format of parameters is same as libsvm
run svm predict according to parameters.
Example:
```matlab
```Matlab
n = ["-c", "10", "-g", "0.125", "test_dataset.txt", "test_dataset.model"]
m = cellstr(n)
svm_train_matlab(m)
Expand Down

0 comments on commit e9ddc36

Please sign in to comment.