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

    function con = setglobal(con, G)
%SETGLOBAL set same global model to all response features
%
% con = setglobal(con, G)

%  Copyright 2009 The MathWorks, Inc. and Ford Global Technologies,  Inc.

% set same global model to all response features
con.Global(:)= {G};
con.LocalFriend = [];