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

    function ud = pslGetParameters(con)
%PSLGETPARAMETERS Get parameters required for Simulink version of constraint.
%
%  UD = PSLGETPARAMETERS(CON)
%
%  See also CONBASE, CONBASE/SLBLOCK, CONBASE/PSLGETPARAMETERS.

%  Copyright 2005 The MathWorks, Inc.

ud = [];

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