MathGroup Archive 2002

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

Search the Archive

Joining lists

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37810] Joining lists
  • From: "Pigeon, Robert" <Robert.Pigeon at drdc-rddc.gc.ca>
  • Date: Wed, 13 Nov 2002 01:13:05 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Good day,
	Here what I am trying to do:
		 <<...OLE_Obj...>> 
		 <<...OLE_Obj...>> 
		 <<...OLE_Obj...>> 
			 <<...OLE_Obj...>> 
Of course my two lists are a lot larger !  So, I would like to build the new
list c automatically, from the first item to the last of my lists (number of
items is equal in both lists).  I tried:
		 <<...OLE_Obj...>> 
		 <<...OLE_Obj...>> 
 and other things.  But it does not work.

At the end I want to plot (ListPlot) the new list.

Any suggestion?

Thanks


Robert Pigeon





  • Prev by Date: Re: How to convert a matrix into a graph?
  • Next by Date: Re: How to convert a matrix into a graph?
  • Previous by thread: Re: Improper integral
  • Next by thread: RE: Joining lists