How mink functions is used in 2016a or is there any alternate of this function ?
조회 수: 2 (최근 30일)
이전 댓글 표시
Undefined function or variable
'mink'.
댓글 수: 0
답변 (1개)
Steven Lord
2019년 4월 12일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Shifting and Sorting Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!