Feeds
질문
Fastest way to find the values and indices of the entries of a vector X that are closest to each entry of a matrix A.
Basically wondering if there is a faster way to do something like this: X = [0:.05:1]; % the vector A = rand(100); % the matri...
1년 초과 전 | 답변 수: 2 | 0
