Sorting and finding index with Simulink (without Matlab function block or any toolbox)
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Asit Kumar
el 8 de Jul. de 2019
Respondida: Vineeth Tom
el 10 de Jul. de 2019
I need to sort an incoming array and find the indices of the first nth smallest numbers in the array. I need to accomplish this without any toolbox or Matlab function.
0 comentarios
Respuesta aceptada
Vineeth Tom
el 10 de Jul. de 2019
Hope this helps. It cannot do its job if there are repeating elements. This sorts an array of unique elements
0 comentarios
Más respuestas (0)
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!