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

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

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


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