Skip to content
Prev 247593 / 398503 Next

how to cut a multidimensional array along a chosen dimension and store each piece into a list

On Mon, Jan 17, 2011 at 2:20 PM, Sean Zhang <seanecon at gmail.com> wrote:
We'll you're really not supposed to call internal functions - you probably want:

alply(arr, 3)

but you don't say what is wrong with the output.

Hadley