Community Profile

photo

Vipin Parthan


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

Followers: 0   Following: 0

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
[Assignment]Write a function called saddle that finds saddle points in the input matrix M.
function indices=saddle(M) [r,c]=size(M); %Compute largest row element and the least column element. rMax=max(M,[],2); cMin=...

casi 4 años hace | 0