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

    function np = numPoints(obj)
%NUMPOINTS Get number of saved input points in tradeoff 
%
%  NP = NUMPOINTS(OBJ) returns the number of input points that have been
%  saved in the tradeoff.

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


np = length(obj.DataKeyTable);