source:
prextra/annquerycheck.m
@
48
Last change on this file since 48 was 48, checked in by bduin, 12 years ago | |
---|---|
File size: 316 bytes |
Line | |
---|---|
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' ... |
7 | newline 'http://ann-matlab-wrapper.script.soft32download.com/']) |
8 | end |
9 |
Note: See TracBrowser
for help on using the repository browser.