gusucode.com > symbolic工具箱matlab源码程序 > symbolic/@symfun/numel.m

    function y = numel(~)
%NUMEL Number of elements in a symfun array.
%   N = NUMEL(A) returns the number of elements in the sym array A.
%
%   See also SYM, SIZE.

%   Copyright 2011 The MathWorks, Inc.

y = 1;