Statistics
MATLAB Answers
0 Questions
1 Answer
RANK
159,127
of 298,227
REPUTATION
0
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,552
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 160,627
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
how to find the element which is greater than or equal to its row and smaller or equal to its column in a matrix
This code worked for me. Function: function indices=saddle(M) [row,col]=size(M); indices=[]; % Initializing the saddle point...
how to find the element which is greater than or equal to its row and smaller or equal to its column in a matrix
This code worked for me. Function: function indices=saddle(M) [row,col]=size(M); indices=[]; % Initializing the saddle point...
3 years ago | 0