www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@mbcmultiview/@ViewList/numViews.m

    function N = numViews(obj)
%NUMVIEWS Return the number of views that are listed
%
%  N = NUMVIEWS(OBJ) returns the number of views that have been defined in
%  the ViewList object.

%  Copyright 2005 The MathWorks, Inc. and Ford Global Technologies, Inc.


N = length(obj.Labels);