 
 
 
 
 
 
Re: Simple list question
- To: mathgroup at smc.vnet.net
- Subject: [mg132588] Re: Simple list question
- From: Kevin <kjm at KevinMcCann.com>
- Date: Mon, 14 Apr 2014 23:00:19 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-outx@smc.vnet.net
- Delivered-to: mathgroup-newsendx@smc.vnet.net
- References: <lig9nr$cft$1@smc.vnet.net>
I sent the wrong line a moment ago. Try:
Partition[Flatten[cobo], 2]
kevin
On 4/14/2014 5:28 AM, Ste[hen Gray wrote:
> pcin = 2;
> pcex = 3;   (*pcin and pcex can have various small values *)
>
> coin = Table[{10 RandomReal[], 10 RandomReal[]}, {pcin}]
> coex = Table[{3 RandomReal[], 3 RandomReal[]}, {pcex}]
> cobo = Append[coin, coex]

