photo

Vivek Jaswal


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
[Assignment]Write a function called saddle that finds saddle points in the input matrix M.
Someone please help me out where am I going wrong in this code? function x=saddle(M) [b,c]=size(M); for i=1:b ...

4 years ago | 0