Feeds
질문
extract N maximum values from a vector, with also the relative index position
Hi, I have a vector and I want to take for example the top 5 maximum values presented in it, but I need also the index position ...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
divide a vector in subvectors
Hi, I have a long vector, and I want to divide it for example in subvectors of size 100. without using a reshape() because I don...
9년 초과 전 | 답변 수: 2 | 0
2
답변질문
Hi, I have a images db, in rgb and others in greyscale. Now, for my code is necessary to detect which image are grayscale (:,:) instead of rgb(:,:,3). how can I do?
Hi, I have a images db, some images in rgb and others in greyscale. Now, for my code is necessary to detect which image are gray...
거의 10년 전 | 답변 수: 1 | 0
