Feeds
답변 있음
generating a subset of specific of unique 3 groups out of 84
for clarity, if one combination out of the 1680 combinations was: 7 8 9 4 5 6 1 2 3 then i expect to get C1(84,:) and C1(65,:) ...
generating a subset of specific of unique 3 groups out of 84
for clarity, if one combination out of the 1680 combinations was: 7 8 9 4 5 6 1 2 3 then i expect to get C1(84,:) and C1(65,:) ...
대략 12년 전 | 0
질문
generating a subset of specific of unique 3 groups out of 84
Hi all, I've the following indices: indices = nchoosek ([1:9], 3) indices = 1 2 3 1 2 4 ...
대략 12년 전 | 답변 수: 4 | 0
4
답변질문
how to generate a specific group of numbers from nchoosek
Hi all, I've a problem in my code. I've the following indices: indices = nchoosek ([1:9], 3) indices = 1 2 ...
대략 12년 전 | 답변 수: 2 | 0
2
답변질문
Finding the Index number that corresponds to a specific value
Can any one help me how can i determine the index number that coresponds to a value in a matrix? for example, I've this : >> ...
12년 초과 전 | 답변 수: 2 | 0
