Hi,
When I try to perform feature selection, an error message appears. For example:
>> A = gendatd([100,100],10);
>> w=featself(A)
??? Index exceeds matrix dimensions.
Error in ==> featsellr at 161
w = setlabels(w,featlist(state.I_opt,:));
Error in ==> featself at 67
[w,r] = featsellr(a,crit,ksel,1,0,t,fid);
The same error appears when I use featselb and featselo. I don´t know what I can do to solve this problem. Thanks for your comments.
Luis Felipe
PS: I tried with version 4.1.3 and it worked correctly.

