Feeds
답변 있음
Saddle points of a 2D matrix
function [number,indices]=saddle_point(M) s=size(M); n=0; indices=[]; number={}; for i=1:s(1) for j=1:s(2) l=...
Saddle points of a 2D matrix
function [number,indices]=saddle_point(M) s=size(M); n=0; indices=[]; number={}; for i=1:s(1) for j=1:s(2) l=...
3년 초과 전 | 0
