Community Profile

photo

Amandeep Kaur


Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Answered
[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...

mer än 4 år ago | 0