www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@mbcmodel/@modelinput/numel.m

    function n = numel(INP,varargin)
%NUMEL number of elements
%
% n = numel(INP)

%   Copyright 2007-2012 The MathWorks, Inc.

n = numel(INP.Object,varargin{:});