Mercurial > hg > sfx-subgrouping
view misc/FindIdx.m @ 25:2a77dd12582f
add in passing of featureNames
author | DaveM |
---|---|
date | Wed, 08 Mar 2017 18:07:10 +0000 |
parents | 985cd163ba54 |
children |
line wrap: on
line source
finalidx =[]; for i=1:length(FeatureNames) for j=1:length(FindFeatures) if(isequal(FindFeatures(j), FeatureNames(i))) finalidx = [finalidx i]; end end end