Re: how to get rid of quotation marks in out put data
- To: mathgroup at smc.vnet.net
- Subject: [mg92264] Re: [mg92243] how to get rid of quotation marks in out put data
- From: Stern <nycstern at gmail.com>
- Date: Thu, 25 Sep 2008 05:31:18 -0400 (EDT)
- References: <200809240730.DAA13551@smc.vnet.net>
Actually, it's even easier than that...
ToExpression[inthing]
On Wed, Sep 24, 2008 at 12:33 PM, Stern <nycstern at gmail.com> wrote:
> inthing = {{"2", "3", "4"}, {"1", "3", "5"}};
>
> Map[ToExpression[#] &, inthing]
>
>
> Cheers,
>
> -stern
>
>
>
> On Wed, Sep 24, 2008 at 3:30 AM, 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
>>
>>
>>
>
- References:
- how to get rid of quotation marks in out put data
- From: "Pasha Karami" <karami@geo.uu.nl>
- how to get rid of quotation marks in out put data