Feeds
提问
A link which have the equivalent for C code of the functions sum(ismember(A, B, 'rows')) and nchoosek(v,n)
Good evening, I have to make a porting in C code of a m-file (Matlab file) (that is: I have to translate in C code a file writt...
13 years 前 | 0 个回答 | 0
0
个回答提问
How to generate combinatorial vectors avoiding some determinated subvectors
Hello, I have to generate in a script many combinatorial vectors, and the matter is the time: the script would take many months,...
14 years 前 | 1 个回答 | 0
1
个回答提问
Dispositions with repetitions; dispositions without repetitions; combinations with repetitions.
Good morning, I use Matlab version 7.9 ; I already know the functions nchoosek(v,k) or combnk(v,k) to generate vectors of k...
15 years 前 | 1 个回答 | 0
