if I have a vector of 20 elements, how can I extract the 5 minimum elements in that vector
1 view (last 30 days)
Show older comments
Bashir Yusuf Bichi
on 2 Dec 2017
Answered: Steven Lord
on 2 Dec 2017
V=[23,56,12,90,45,21,56,10,70,100,15,...] a=[10,12,15,21,23]
0 Comments
Accepted Answer
More Answers (1)
See Also
Categories
Find more on Shifting and Sorting Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!