On Mon, Aug 17, 2009 at 10:30 PM, Maria Liukis <liu...@usc.edu> wrote:

> Hello everybody,
> While re-implementing some Matlab code in Python, I've run into a problem
> of finding a NumPy function analogous to the Matlab's "unique(array,
> 'rows')" to get unique rows of an array. Searching the web, I've found a
> similar discussion from couple of years ago with an example:
>
>
Just to be clear, do you mean finding all rows that only occur once in the
array?

<snip>

Chuck
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to