photo

SIVA SAI AKULA


Last seen: 2 years 前 自 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 years 前 | 1