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

    function out = transpose(~)
% .' Transpose. Not supported for tall arrays.

% Copyright 2016 The MathWorks, Inc.

out = 0; %#ok<NASGU>
error(message('MATLAB:bigdata:array:FcnNotSupported', mfilename));
end