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

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

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


info = cell( 0, 2 );
w = [];