Groups | Search | Server Info | Login | Register


Groups > comp.soft-sys.math.mathematica > #16806

Re: Simple list question

From Kevin <kjm@KevinMcCann.com>
Newsgroups comp.soft-sys.math.mathematica
Subject Re: Simple list question
Date 2014-04-15 03:00 +0000
Message-ID <lii7c8$ii7$1@smc.vnet.net> (permalink)
References <lig9nr$cft$1@smc.vnet.net>
Organization Time-Warner Telecom

Show all headers | View raw


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]

Back to comp.soft-sys.math.mathematica | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Simple list question "Ste[hen Gray" <stevebg@roadrunner.com> - 2014-04-14 09:28 +0000
  Re: Simple list question Kevin <kjm@KevinMcCann.com> - 2014-04-15 03:00 +0000
  Re: Simple list question Kevin <kjm@KevinMcCann.com> - 2014-04-15 03:00 +0000
  Re: Simple list question "Dr. Wolfgang Hintze" <weh@snafu.de> - 2014-04-15 03:01 +0000

csiph-web