I have a file containing numbers in the following form:
(it has 4 columns and 5 rows and the 3rd row is an empty line)
(0.761249,0) (0,-0.42632)
(0,0.42632) (0.238751,0)
(0.636502,0) (0,-0.42632)
(0,0.42632) (0.363498,0)
and I would like to have like this:
(and there would be a number "2" in the 1st, 4th rows)
2
0.761249 0 0 -0.42632
0 0.42632 0.238751 0
2
0.636502 0 0 -0.42632
0 0.42632 0.363498 0