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

    function out = vertcat(varargin) %#ok<STOUT> Always errors.
%VERTCAT Vertical concatenation
%   Vertical concatenation is not supported for tall.

% Copyright 2015 The MathWorks, Inc.

error(message('MATLAB:bigdata:array:VertcatNotSupported'));

end