source: prextra/annquerycheck.m @ 113

Last change on this file since 113 was 48, checked in by bduin, 11 years ago
File size: 316 bytes
Line 
1%ANNQUERYCHECK  Check whether the ANN Matlab Wrapper toolbox is in the path
2
3function 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.