Find indicies of k smallest matrix elements
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Brady Dean
el 29 de Sept. de 2020
Comentada: madhan ravi
el 29 de Sept. de 2020
I'm trying to find the indicies of smallest k matrix elements.
For example if I have
A = [10 5 2; 34 5 21; 4 6 8];
and I want to find the smallest 2 elements indicies then I want indicies 7 and 3.
0 comentarios
Respuesta aceptada
Más respuestas (1)
Ver también
Categorías
Más información sobre Annotations 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!