Find other element in row of a matrix
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Tanmoy
am 17 Mai 2015
Bearbeitet: Stephen23
am 17 Mai 2015
I have a matrix A = [ 3 4 ; 1 3; 5 6] I need to find the value beside 4. I tried find() function which returns (row, column) indices of 4, I need to calculate 3 from that indices. Is there any direct way to tell 3 is the neighbor element of 4?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!