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

    function l=length(m)
% LENGTH  Number of contained models
%
%  L=LENGTH(M)
%

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



% Created 25/5/2000


l=length(m.weights);
return