photo

Yasin Peker


Last seen: 12 months ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • Solver

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) k = size(M); r = cell(k(1),k(2)); l = cell(k(1),k(2)); for i = 1:k(...

4 years ago | 0