You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Finds the k-th smallest from a list of n numbers. Based on Hoare's Quickselect algorithm with the median of three pivot strategy.
See https://en.wikipedia.org/wiki/Quickselect for details.
The k-th *largest* element can be found by passing n+1-k
Cite As
Manolis Lourakis (2026). qselect (https://www.mathworks.com/matlabcentral/fileexchange/68947-qselect), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0 (1.79 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
