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

    function N = getnumitems(ddnode)
%GETNUMITEMS Return number of items in variable dictionary
%
%  N = GETNUMITEMS(DD)

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


N = length(ddnode.ptrlist);