source: prextra/kdtreecheck.m @ 113

Last change on this file since 113 was 5, checked in by bduin, 14 years ago
File size: 330 bytes
Line 
1%KDTREECHECK  Check whether the KDTree toolbox is in the path
2
3function kdtreecheck
4       
5        if exist('kd_buildtree','file') ~= 2
6                error([newline 'The KDTree package is not found. Download and install it from' ...
7                        newline 'http://www.mathworks.com/matlabcentral/fileexchange/26649-kdtree-implementation-in-matlab/'])
8        end
9               
Note: See TracBrowser for help on using the repository browser.