|
Doug Schwarz <see@sig.for.address.edu> wrote in message <jor9se$850$1@dont-email.me>...
> On 5/14/2012 11:48 AM, Ulrik Nash wrote:
> > Hi Everyone,
> >
> > I have looked for the function isnotmember, but there appears to be
> > none. I can use ismember to get the needed result, but the way I am
> > thinking is surely not the best way (looping through, switching 1's to
> > 2's, 0's to 1's, and then 2's, to 0's).
> > What is the best way?
>
> ~ismember
>
>
> --
> Doug Schwarz
> dmschwarz&ieee,org
> Make obvious changes to get real email address.
So simple, thanks Doug!
|