Skip to content
Prev 199015 / 398502 Next

one long column of data -> three small columns

say i have a column of data like this...

2
3
4
2
1
6
6
4
7

and i want it in three columns like this

226
314
467

...so i can make a contour plot.


How do i do this?