photo

shubham nayak


Last seen: plus de 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Saddle points of a 2D matrix
function indices=saddle(z) [a,b]=size(z);c=1; indices=[]; for i = 1:a for j = 1:b maxrow(i,j)=max(z(i,1:b)); ...

environ 4 ans il y a | 0