| Author |
Comment/Response |
Peter Kruschwitz
|
04/25/10 09:52am
Hello,
If I have a table that has a pair (x,y) at each entry, which could be generated as follows,
data = Table[{1 + RandomReal[], 1 + RandomReal[]}, {j, 1, 10}, {j, 1,10}];
How can I extract only the x- and y-comonents and generate two matrices based on the values?
Thanks,
Peter
URL: , |
|