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

    function [y,idx] = sort(x,dim,mode) %#ok<INUSD,STOUT>
%SORT Sort in ascending or descending order.
%
% This function is not supported for tall arrays.

%   Copyright 2016 The MathWorks, Inc.

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