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

    function disp(A)
%DISP Display tall array.
%   DISP(A) gathers all values in A and displays them.

% Copyright 2015 The MathWorks, Inc.

disp(gather(A));
end