www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgoptimnode/view.m

    function d = view(nd, cgh, d)
%VIEW CAGE browser view method
%
%  View = view(nd,cgh,View) is called when the CAGE browser needs to
%  refresh the display.

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

view(d)

return

pOpt = getdata(nd);

if ~d.SkipViewUpdate
    d.Handles.SetupMessageService.setOptim(pOpt.info, 'all');
else
    d.SkipViewUpdate = false;
end