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

    function OK = IsReusable(p1,p2)
%ISREUSABLE propertycollection can reuse persistent version
%
% OK = IsReusable(p1,p2)

% Copyright 2007 The MathWorks, Inc.


OK = p1.NumberOfInputs == p2.NumberOfInputs;