www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@mdev_local/isPointByPoint.m

    function OK = isPointByPoint(mdev)
%isPointByPoint local node is used for point-by-point models

%  Copyright 2014-2015 The MathWorks, Inc. and Ford Global Technologies, Inc.

OK = strcmp(guid(mdev),'ptbypt');