You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Example using matrix
X = [1 2; 2 5; 3 6; 4 10; 7 11; 10 13];
p = [0.25 0.50 0.75];
Q = quantile(X,p)
Q =
2.2500 5.2500
3.5000 8.0000
6.2500 10.7500
See more examples described in the script files.
Cite As
David Ferreira (2026). Quantiles (https://www.mathworks.com/matlabcentral/fileexchange/70279-quantiles), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.6 (1.42 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
