photo

sri harsha juttiga


Last seen: 9 mesi fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
[Assignment]Write a function called saddle that finds saddle points in the input matrix M.
function [indices,j] = saddle(M) indices=[]; [m,n]=size(M); f=0; for ii=1:m for jj=1:n a=M(ii,jj); x=...

oltre 4 anni fa | 1