Feeds
답변 있음
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...
거의 4년 전 | 0
