photo

Amandeep Kaur


Attivo dal 2020

Followers: 0   Following: 0

Statistica

  • First Answer
  • Revival Level 1

Visualizza badge

Feeds

Visto da

Risposto
[Assignment]Write a function called saddle that finds saddle points in the input matrix M.
function [indices] = saddle(M) [a,~] = size(M); j = 1;i = 1; [max_M,~] = max(M,[],2); count = 0; for ii = 1:a [c,d] = find...

oltre 4 anni fa | 0