Posted May 08, 2016
For university I have to write a Fortan 90 programm for practicing, I know how to make the calculation but I don't know how to read the values from the file (not a text file) , the script is hard to understand in that point And I'm unable to contact our prof about it.
The full task is this:
In the file find several shots of measurements
written using the following scheme
Date
#_of_Points_per_Shot #_of_Shots
Temperature
x(1) y(1)
x(2) y(2)
...
x(#_of_Points_per_Shot) y(#_of_Points_per_Shot)
Temperature
x(1) y(1)
x(2) y(2)
...
x(#_of_Points_per_Shot) y(#_of_Points_per_Shot)
Temperature
......
Please determine the respective averages of the y-values of each of the shots.
The full task is this:
In the file find several shots of measurements
written using the following scheme
Date
#_of_Points_per_Shot #_of_Shots
Temperature
x(1) y(1)
x(2) y(2)
...
x(#_of_Points_per_Shot) y(#_of_Points_per_Shot)
Temperature
x(1) y(1)
x(2) y(2)
...
x(#_of_Points_per_Shot) y(#_of_Points_per_Shot)
Temperature
......
Please determine the respective averages of the y-values of each of the shots.
Post edited May 08, 2016 by JinKazaragi