| Author |
Comment/Response |
Laura
|
06/24/09 04:27am
Hi, I have a table of the following form:
{{{1,1,10}, {1,2,20}, {1,3,30}, {1,4,40}}, {{2,1,50}, {2,2,60}, {2,3,70}, {2,4,80}},
{{3,1,90}, {3,2,100}, {3,3,110}, {3,4,120}},
{{4,1,130}, {4,2,140}, {4,3,150}, {4,4,160}}}
and I want to convert it to have the form:{{1,1,10}, {1,2,20}, {1,3,30}, {1,4,40}, {2,1,50}, {2,2,60}, {2,3,70}, {2,4,80},
{3,1,90}, {3,2,100}, {3,3,110}, {3,4,120},
{4,1,130},{4,2,140}, {4,3,150}, {4,4,160}}
as I want to make a 3D-ListPlot. How can I do that? I tried with "Join" but that seems to work for lists only.
Thanks, L
URL: , |
|