Feeds
已提交
[B1, B2, B3,... Bn] = repeat2combine(dim, A1, A2, A3... An)
Repeat arrays elements to get all combinations (General function, for any class and dimension).
7 years 前 | 2 次下载 |
已提交
B = interleave(dim, A1, A2, A3,... An)
Powerful function to interleave arrays of any type and any dimensions along specific dimension.
7 years 前 | 3 次下载 |