source:
prextra/annquerycheck.m
@
5
Last change on this file since 5 was 5, checked in by bduin, 14 years ago | |
---|---|
File size: 349 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://webscripts.softpedia.com/scriptDownload/ANN-MATLAB-Wrapper-Download-33976.html']) |
8 | end |
9 |
Note: See TracBrowser
for help on using the repository browser.