Feeds
답변 있음
How to find the index of the closest value to some number in 1D array ?
Try this index = fix(interp1(array,find(array),value));
How to find the index of the closest value to some number in 1D array ?
Try this index = fix(interp1(array,find(array),value));
거의 4년 전 | 1

