by Wox <nomail@[EMAIL PROTECTED]
>
Mar 19, 2008 at 11:30 AM
On Wed, 19 Mar 2008 03:19:09 -0700 (PDT), Gaurav
<selfishgaurav@[EMAIL PROTECTED]
> wrote:
>On Mar 19, 1:59 pm, Wox <nom...@[EMAIL PROTECTED]
> wrote:
>> I've seen this somewhere but I can't find it: I want to take a
>> subarray of an array by giving the number of elements for each
>> dimension. When the original array is to small for one or more
>> dimensions: append zero's, otherwise take the range 0:n-1.
>
>
>'EXTRAC' should be your tool of choice! Look up the usage in help.
>
>Cheers
>
>Gaurav
That's it! I knew I saw it somewhere. Thanks.