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

    function lcon = reconstruct(con,Xg)
%RECONSTRUCT reconstruct local boundary at operating point
%
% lcon = reconstruct(con,Xg);

%  Copyright 2008 The MathWorks, Inc. 

for i=1:length(con.Constraints)
   con.Constraints{i} = reconstruct(con.Constraints{i},Xg);
end