How mink functions is used in 2016a or is there any alternate of this function ?
2 views (last 30 days)
Show older comments
Undefined function or variable
'mink'.
0 Comments
Answers (1)
Steven Lord
on 12 Apr 2019
As stated at the end of the documentation page for mink, this function was "Introduced in R2017b". It does not exist in release R2016a. You could sort your array and extract the k smallest elements from that sorted result.
0 Comments
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!