www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@mdevmlerf/rfindex.m

    function ind= rfindex(mdev);
%RFINDEX

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.



p= Parent(mdev);
ind= p.ResponseFeatures+RFstart(p.model);
ind= find(ind(1,:)==childindex(mdev));