Hello guys. Does anybody know how to order ascendent a list of data?
What i mean is that i got 3 columns of data. What i need is to order them with respect to the first one, but i need all the 2 next colums get order at the same time that one.
Example
1 5 4
4 8 9
10 15 4
1 5 8
2 7 9
so...
Hello there guys.
I got a big problem here.
When I get output files these r called for example
1.dat
2.dat
3.dat
..
10.dat
...
600.dat
What i need is to get numbers like:
001.dat
002.dat
...
600.dat
this in the case i got 600 files, I think that when i"ll get
1000 files or more , this new...
Hello guys.
I got a file and it has numbers on rows
x1 y1 z1
x2 y2 z2
what i need is to read this 2 point ( row number one and row number 2) and calculate the distance between them using the next expression:
d=square root( (x2-x1)**2 +(y2-y1)**2 +(z2-z1)**2 )
Think about a lot of rows and a...
Hello there trojan.
I'm trying to get a line in this format:
#include "background.inc"
#declare atomos=
union{
sphere{< -3.5400 , 2.8462 , 0.0708 >Re}
So i change this line and i get blank lines in the files.
What's wrong with that?
as well I need to put another lines on the top of...
I got a big file what is making of 8 lines blocks. What I need is to take one block at a time and print it in a file named, for example, 1.dat, take the second one and put it in a 2.dat file.
this is the input file to work:
5.04786152982032E+00 4.23000449311482E+00 8.04732158465680E+00...
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.