photo

MADDINENI REVANTH SAI


Attivo dal 2019

Followers: 0   Following: 0

Statistica

  • First Answer

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 s = saddle(M) [r, c] = size(M); s = []; if r > 1 cols = min(M); else cols = M; end if c > 1 rows...

quasi 5 anni fa | 0