www.gusucode.com > mbcexpr 工具箱 matlab 源码程序 > mbcexpr/@cgexpr/canReplace.m

    function OK = canReplace(A,B)
%CANREPLACE can replace item A with item B
%
% OK = canReplace(A,B)

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


OK = true;