Sort Vectors Into Fractiles

Version 1.0.0.0 (1013 Bytes) by Wei Li
Sort vectors into fractiles.
1.6K Downloads
Updated 2 Feb 2004

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 (2024). Sort Vectors Into Fractiles (https://www.mathworks.com/matlabcentral/fileexchange/4423-sort-vectors-into-fractiles), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Shifting and Sorting Matrices in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0