MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Remove Indeterminate elements

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64311] Re: [mg64280] Remove Indeterminate elements
  • From: Pratik Desai <pdesai1 at umbc.edu>
  • Date: Fri, 10 Feb 2006 02:14:10 -0500 (EST)
  • References: <200602090744.CAA19372@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Baris Erbas wrote:

>Dear All,
>
>I have been trying to remove some elements of a list which should be quite
>straightforward. The list is as follows:
>
>{{x1,y1},{x2,y2},.{xi,yi},{Indeterminate,Indeterminate},.{xn,yn}}. All the
>components are real numbers apart from some Indeterminate expressions. I
>want the list without the Indeterminate terms. I have been trying to use
>Delete with If command but cannot succeed.
>
>Can anyone help please?
>
>Thanks
>
>  
>
Perhaps

DeleteCases[DeleteCases[list,Indeterminate,2],{}]


  • Prev by Date: Re: Using sockets for "downloader" application in Mathematica
  • Next by Date: Plotting a set of complex points
  • Previous by thread: Re: Remove Indeterminate elements
  • Next by thread: Re: Remove Indeterminate elements