|
[Date Index]
[Thread Index]
[Author Index]
Re: lists
X = {{x1}, {x2}, {x3}, {x4}};
Y = {{y1}, {y2}, {y3}, {y4}};
Flatten[Transpose[{X, Y}], 1]
{{x1},{y1},{x2},{y2},{x3},{y3},{x4},{y4}}
Bob Hanlon
Prev by Date:
Contour plot of irregularly spaced data
Next by Date:
Re: Shooting Problem (fwd)
Prev by thread:
Re: lists
Next by thread:
Re: lists
|