www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@mbcmodel/@localmodel/localmodel.m

    function obj = localmodel(LM, varargin)
%LOCALMODEL Private mbcmodel.localmodel constructor.
%
% LM = localmodel( L )

%   Copyright 2006 The MathWorks, Inc.

% Create the udd object
obj = mbcmodel.localmodel;
% Initialise with the xregmodel passed in
obj.pInitialise(LM);
% And finally set and properties
obj.set(varargin{:});