MathGroup Archive 2008

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

Search the Archive

Re: how to get rid of quotation marks in out put data

  • To: mathgroup at smc.vnet.net
  • Subject: [mg92271] Re: [mg92243] how to get rid of quotation marks in out put data
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Thu, 25 Sep 2008 05:32:35 -0400 (EDT)
  • Reply-to: hanlonr at cox.net

Use ToExpression.  

How did they become strings in the first place? If you look earlier in your process you might be able to avoid them ever becoming strings.


Bob Hanlon

---- Pasha Karami <karami at geo.uu.nl> wrote: 

=============
Dear All,

I have a data in this format (i get it from StringSplit):
{{"2","3",............},{"1","2",.....},....}
I would like to plot these data but I can not and I guess it is because of
the "" (quotation marks).
Do you have any idea how I can get rid of them?

Thank you!
Pasha



--

Bob Hanlon



  • Prev by Date: Re: how to get rid of quotation marks in out put data
  • Next by Date: Re: how to get rid of quotation marks in out put data
  • Previous by thread: Re: how to get rid of quotation marks in out put data
  • Next by thread: Re: how to get rid of quotation marks in out put data