www.gusucode.com > mbcmodels 工具箱 matlab 源码程序 > mbcmodels/@localsurface/findnl.m

    function [nl,f]= findnl(m,dG)
% LOGISTIC/FINDLN - this returns the index to the nonlinear parameter

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



rfuser= get(m,'feat.index');
np= numParams(m);

f= find(rfuser>np);
nl= 1;