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
