photo

SIVA SAI AKULA


Last seen: circa 2 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

All
  • Solver
  • First Answer
  • Explorer

Visualizza badge

Feeds

Visto da

Risposto
how to find the element which is greater than or equal to its row and smaller or equal to its column in a matrix
function indices = saddle(M) row_max = max(M,[],2); col_min = min(M,[],1); [row,col]=find((M == row_max)....

quasi 4 anni fa | 1