Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #3654

skipping values in a datafile

Newsgroups comp.graphics.apps.gnuplot
Date 2017-05-31 23:57 -0700
Message-ID <241f6e3f-dd02-49b6-bb6f-e737eb3e2ade@googlegroups.com> (permalink)
Subject skipping values in a datafile
From "hugocoolens@gmail.com" <hugocoolens@gmail.com>

Show all headers | View raw


I have a data file with measurements, each measurement has been repeated 5 times. However because of a bug in the apparatus software the first and the second measurement are always unreliable, therefore I want to skip them.
This is an example:
1 #unreliable
1.5 #unreliable
3 #reliable
3.1 #reliable
2.9 #reliable
#start of next 5 measurements:
3 #unreliable
3.1 #unreliable
3.5 #reliable
3.4 #reliable
3.6 #reliable

Can anyone here show me how to do is from within Gnuplot?

kind regards,
Hugo

Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar


Thread

skipping values in a datafile "hugocoolens@gmail.com" <hugocoolens@gmail.com> - 2017-05-31 23:57 -0700

csiph-web