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

    function dg= delrf(u,i)
%DELRF

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




[rf,dg]= rfvals(u.userdefined);
dg= dg(i,:);