Posts by ReK • 13 points
2 posts
-
0
votes1
answer198
viewsQ: Maintaining the relationship between vector elements after a Python sorting
I have two vectors X and Y, I want to plot an XY graph with them, that is, the element at position X[0] corresponds to element Y[0] and element X[1] to Y[1] and so on. But my vector X is disordered,…
-
1
votes1
answer95
viewsQ: Problem with PRINT command in FORTRAN 95
I used a command OPEN to open a file, then I used the command WRITE to write a value to the string type file. However, when I use the command PRINT *,(with the asterisk, which should be the output…