Community Profile

photo

Vipin Parthan


Last seen: 10 meses hace Con actividad desde 2020

Statistics

  • First Answer

Ver insignias

Content Feed

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 3 años hace | 0