%ANNQUERYCHECK Check whether the ANN Matlab Wrapper toolbox is in the path function annquerycheck if exist('annquery','file') ~= 2 error([newline 'The ANN Matlab Wrapper package is not found. Download and install it from' ... newline 'http://ann-matlab-wrapper.script.soft32download.com/']) end