The example does not work:
boxplot(randn(5,5),1)
xticklabel_rotate([1:5],45,{'label_1','label_2','label_3','label_4','label_5'},'interpreter','none')
??? Error using ==> xticklabel_rotate at 71
xticklabel_rotate : can not process, either xticklabel_rotate has already been
run or XTickLabel field has been erased
05 Sep 2009
K Nearest Neighbors
Program to find the k - nearest neighbors (kNN) within a set of points.
Author: Ani
Is it fast for large dataset? Is it implemented using KD-tree?