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

    function m = update(m,p,d)
%UPDATE Update the coefficients of the model
%
%  M = UPDATE(M, P)

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


m.mv3xspline = update(m.mv3xspline,p);