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

    function p = getFeatures(con)
%GETFEATURES Get the features (parameters) for a local constraint
%
%   P = GETFEATURES(CON) is a row vector of parameters for the given
%   (local) constraint CON.
%
%   This method should be overloaded fpr classes that support being local
%   constraints.
%
%   See also CONBASE, 
%            CONBASE/SETFEATURES,
%            CONBASE/NFEATURES.

%   Copyright 2005 The MathWorks, Inc.

p = zeros( 1, 0 );