photo

SIVA SAI AKULA


Last seen: casi 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

All
  • Solver
  • First Answer
  • Explorer

Ver insignias

Feeds

Ver por

Respondida
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)....

más de 4 años hace | 1