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

    function [con, ok] = setFeatures(con, beta)
%SETFEATURES Set the features (parameters) for a local constraint
%
%   [CON, OK] = SETFEATURES(CON, BETA) sets the features (parameters) of the
%   local constraint CON to BETA.
%
%   This method should be overloaded fpr classes that support being local
%   constraints.
%
%   See also CONBASE, 
%            CONBASE/GETFEATURES,
%            CONBASE/NFEATURES.

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

ok = false;