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

    function p = double(m)
%DOUBLE Convert the model into a set of double parameters
%
%  P = DOUBLE(M) creates a vector of parameters for the model

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


p = double(m.mv3xspline);