How mink functions is used in 2016a or is there any alternate of this function ?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Undefined function or variable
'mink'.
0 comentarios
Respuestas (1)
Steven Lord
el 12 de Abr. de 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 comentarios
Ver también
Categorías
Más información sobre Shifting and Sorting Matrices en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!