| Author |
Comment/Response |
Rick Cartier
|
09/04/08 01:01am
Hello,
Given a data set
{{0.1, 1}, {0.2, 2}, {0.3, 3}}
I would like to switch columns to obtain
{{1, 0.1}, {2, 0.2}, {3, 0,3}}
What is the most straightforward way to do this and, assuming I read in a large number of columns from a data file, is the most generic way to accomplish this a program indexing each element?
Thank you!
URL: , |
|