he is not asking for slicing. he is asking for how to index array by element value but not element index.
a[x,y,:]
Read the slicing part of the tutorial:
http://www.scipy.org/Tentative_NumPy_Tutorial
(section 1.6)
And the documentation:
http://docs.scipy.org/doc/numpy/reference/arrays.indexing.html
On Jan 30, 2012, at 10:25 AM, Ted To wrote:
> Hi,
>
> Is there some straightforward way to access an array by values across a
> subset of its dimensions? For example, if I have a three dimensional
> array a=(x,y,z), can I look at the values of z given particular values
> for x and y?
>
> Thanks,
> Ted
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion@scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion