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

    function beta = getFeatures(c)
%GETFEATURES Get the features (parameters) for a local constraint
%
%   BETA = GETFEATURES(CON) gets the features (parameters) of the
%   local constraint CON.
%
%   See also CONRANGE, 
%            CONRANGE/SETFEATURES,
%            CONRANGE/NFEATURES.

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

beta = [c.Center, c.HalfWidth];