source:
prextra/annquerycheck.m
@
137
Last change on this file since 137 was 48, checked in by bduin, 12 years ago | |
---|---|
File size: 316 bytes |
Rev | Line | |
---|---|---|
[5] | 1 | %ANNQUERYCHECK Check whether the ANN Matlab Wrapper toolbox is in the path |
2 | ||
3 | function annquerycheck | |
4 | ||
5 | if exist('annquery','file') ~= 2 | |
6 | error([newline 'The ANN Matlab Wrapper package is not found. Download and install it from' ... | |
[48] | 7 | newline 'http://ann-matlab-wrapper.script.soft32download.com/']) |
[5] | 8 | end |
9 |
Note: See TracBrowser
for help on using the repository browser.