gusucode.com > bigdata 工具箱 matlab源码程序 > bigdata/@tall/isequal.m

    function tf = isequal(a, b) %#ok<INUSD,STOUT>
%ISEQUAL True if arrays are numerically equal.
%
% This function is not supported for tall arrays.

%   Copyright 2016 The MathWorks, Inc.

error(message('MATLAB:bigdata:array:FcnNotSupported', upper(mfilename)));