photo

SIVA SAI AKULA


Last seen: 約2年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Solver
  • First Answer
  • Explorer

バッジを表示

Feeds

表示方法

回答済み
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)....

4年弱 前 | 1