Hi Guys,
I am trying to figure out a procedure using Fortran code but it is not working at all. I want to turn my array data in a file into vector data to be stored in another file, here is an example of what I am trying to do;
In File A; I have the following data,
234 245 256 220 221 234
234 345 234 123 222 222
112 213 321 234 112 134
And I want these data arranged as shown below in File B;
234 234 112 245 345 213 256 234 321 220 123 234 221 222 112 234 222 134.
i.e. column1->column2->column3->column4----etc
Please, your great suggestions as always are kindly appreciated.
-Aclems.
I am trying to figure out a procedure using Fortran code but it is not working at all. I want to turn my array data in a file into vector data to be stored in another file, here is an example of what I am trying to do;
In File A; I have the following data,
234 245 256 220 221 234
234 345 234 123 222 222
112 213 321 234 112 134
And I want these data arranged as shown below in File B;
234 234 112 245 345 213 256 234 321 220 123 234 221 222 112 234 222 134.
i.e. column1->column2->column3->column4----etc
Please, your great suggestions as always are kindly appreciated.
-Aclems.