Azzera filtri
Azzera filtri

how to find the index of the highest negative element in a two dimensional matrix?

20 visualizzazioni (ultimi 30 giorni)
suppose I have a two dimensional matrix having positive and negative elements. I want to find the index of the element which is the most negative element in the matrix. the index should give information about the row and column in which the element is present.
  4 Commenti

Accedi per commentare.

Risposta accettata

Paolo
Paolo il 4 Lug 2018
[row,col]=find(A==min(A(A<0)))

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by