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

    function p= double(m)
% MODEL/DOUBLE parameters of model 
% 
% this method should be overloaded. Here it returns an empty matrix

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



p=zeros(0,1);