No License
% y=fractile(x,f,0);
% PURPOSE: Sort and devide a column vector x into fractiles
%--------------------------------------------
% USAGE: y=fractile(x,f,ascending);
% where: y = a cell array structure containing output fractiles and their index numbers
% x = the input vector
% f = the number of fractiles to be devided into
% ascending = 1 or 0, the logical switch that specifies
% an ascending sort (0) or a descending sort (1)
%--------------------------------------------
%
Cite As
Wei Li (2026). Sort Vectors Into Fractiles (https://www.mathworks.com/matlabcentral/fileexchange/4423-sort-vectors-into-fractiles), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
