Would you please let me know
1. Imagine that your example data set was f0r w=1,if the text file containes a data similar to the following (with list of data associated to w=2), is the only adding command would be "do loop" for w? (w,x,y are 3D coordinates and z is the corresponding function...
Thanks. But how can I read from the text file? As I meantioned Read command from the text
OPEN(1,FILE=DATA.TXT'
READ(1,*)X
first reads the data in first column then goes to the second column. It does not read data row by row. The problem is how to read initially the first row then second and...
Dear All,
I have an urgent question. I have a list of data in "m" rows and "n" columns. The following shows the sample in wich x,y and z are REAL numbers.
y1 y2 y3 y4
x1 z1 z2 z3 z4
x2 z7 z8 z9 z10
x3 z13 z14 z15 z16
x4 z19 z20 z21 z22
I need to read these data in fortran 90 in...
Dear All,
I have an urgent question. I have a list of data in "m" rows and "n" columns. The following shows the sample in wich x,y and z are REAL numbers.
y1 y2 y3 y4
x1 z1 z2 z3 z4
x2 z7 z8 z9 z10
x3 z13 z14 z15 z16
x4 z19 z20 z21 z22
I need to read these data in fortran 90 in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.