www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtools/@normcomp/plotcomparison.m

    function plotcomparison(obj, mptr, tblptr)
%PLOTCOMPARISON Initialises the panel for a given model and table
%
%  PLOTCOMPARISON(OBJ, pM, pTBL) sets the comparison pane to display the
%  given model and given table, gridded over the given table's inputs.

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


obj.pInitInputs(mptr, tblptr);
obj.pPlotSurface;