Find indicies of k smallest matrix elements
    9 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Brady Dean
 am 29 Sep. 2020
  
    
    
    
    
    Kommentiert: madhan ravi
      
      
 am 29 Sep. 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 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Siehe auch
Kategorien
				Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



