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

    function ret=modelcmp(m1,m2)
% MODELCMP   Compare models
%
%   VAL=MODELCMP(MODEL1,MODEL2) compares the two local models
%   and returns 1 if they match, 0 otherwise.
%
%   Parameters compared are:
%
%     This function is a stub which returns 1 for all local models.
%     Overload this function to compare fields in specific model
%     classes.
%

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



% created 31/3/2000

ret=1;