photo

MADDINENI REVANTH SAI


Con actividad desde 2019

Followers: 0   Following: 0

Estadística

  • First Answer

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

casi 5 años hace | 0