You could try this:
embed(a, k)
On Tue, Jun 22, 2010 at 3:35 AM, Ron Shefi wrote:
>
> Hi,
> I would like to generate a list of all subsequence of length k from an
> array with length n (k < n). The result should be organized in a matrix.
> So the matrix should look like the following whereas e
On Jun 22, 2010, at 2:35 AM, Ron Shefi wrote:
Hi,
I would like to generate a list of all subsequence of length k from
an array with length n (k < n). The result should be organized in a
matrix.
So the matrix should look like the following whereas each row is one
of a subsequence of len
Hi,
I would like to generate a list of all subsequence of length k from an array
with length n (k < n). The result should be organized in a matrix.
So the matrix should look like the following whereas each row is one of a
subsequence of len k.
[a[1:k],
a[2:(k+1)]
a[3:(k+2)]
...
a[(n-k+1):
3 matches
Mail list logo