www.gusucode.com > mbcdesign 工具箱 matlab 源码程序 > mbcdesign/@contable1/pslBlockName.m

    function nm = pslBlockName(con)
%PSLBLOCKNAME Block name for export to Simuliunk
%
%  NM = PSLBLOCKNAME(CON) is the name of the block in the mbcSLConstraints
%  library to use for this class of constraint
%
%  See also CONTABLE1, CONBASE/SLBLOCK.

%  Copyright 2000-2005 The MathWorks, Inc.

nm = '1D Table Constraint';

%------------------------------------------------------------------------------|
% EOF
%------------------------------------------------------------------------------|