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

    function [info, w] = properties( con, status )
%PROPERTIES  Return constraint information
%
%  INF=PROPERTIES(CON, STATUS) returns information for the constraint
%

%  Copyright 2000-2008 The MathWorks, Inc. and Ford Global Technologies, Inc.


info = { ...
        'Local Boundary Model', typename( con.Local );...
        'Global Models', name( con.Global{1} );...
};
w = [80, 80, 80];