Search Results

Search: Posts Made By: vjramana
6,741
Posted By vjramana
Log-log plot in gnuplot and limiting the xrange
I am trying to fit a plot in gnuplot using logscale. I have 50000 data points. At first I fit plot in this way.

f(x) = b + m*x
fit f(x) "xyMSD-all-mal-cel-iso-bcm-thermo2.dat" using 1:2 via...
1,344
Posted By vjramana
Thanks. It works well now. Regards
Thanks.
It works well now.

Regards
1,344
Posted By vjramana
Simple loop using for
Dear experts,

I am writing a bash script. At some point of the program I need to have 'for' loop. For simplicity I tried with some other simple code. The format of the loop is given below.

...
3,035
Posted By vjramana
Dear sir, Thanks so much for your kind...
Dear sir,

Thanks so much for your kind reply. The code perfectly works now as per my need. But additionally I want to ask you something related to this. At the end of the code I write "print" so...
3,035
Posted By vjramana
I shall give another set of data for clarity...
I shall give another set of data for clarity purpose.


If you notice the first line field 3 ($3), the residue number is 59 and in filed 6, the residue number is 19. Number 59 is in the outer most...
3,035
Posted By vjramana
selecting and deleting specific lines with condition
I have a set of data as below:



The first field, $1 represent "|".
The $3 (3rd field) and $6 (6th field) in my data file represent "number-molecule" which has arrangement as below:


1 ...
Forum: Programming 08-09-2011
1,546
Posted By vjramana
Hi, just for your kind information, the code...
Hi, just for your kind information, the code which post here is not homework but is part of my 200 line code for calculate time auto correlation function of my simulation data.
Anyway, you hint...
Forum: Programming 08-09-2011
1,546
Posted By vjramana
generating pair of numbers in special order
I need some help in generating pair of numbers in orders using FORTRAN code.
The order is like following.
loop_1: 1,2 2,3 3,4 4,5 5,6 6,7 7,8 ..... until <= 2000
loop_2: 1,3 3,5,...
1,908
Posted By vjramana
Thanks so much. It works. Valga Valamudan
Thanks so much.
It works.

Valga Valamudan
1,908
Posted By vjramana
selecting lines using awk
I have a file which contains five hundred thousand lines (500,000). I want to select lines of every 1000 lines from that file using AWK. I can think something like this in bash as below:

for...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 04:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy