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


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

Re: functions picking data from binary datafile

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail
From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: functions picking data from binary datafile
Followup-To comp.graphics.apps.gnuplot
Date Wed, 21 Dec 2011 10:09:49 -0800
Organization gnuplot development team
Lines 24
Message-ID <jct7de$pdq$1@dont-email.me> (permalink)
References <jct13b$j1t$1@online.de>
Reply-To sfeam@users.sourceforge.net
Mime-Version 1.0
Content-Type text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding 7Bit
Injection-Date Wed, 21 Dec 2011 18:09:50 +0000 (UTC)
Injection-Info mx04.eternal-september.org; posting-host="joalffpZlyHxFtpFd/PRrw"; logging-data="26042"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19pahT+aXerqXw4qJjISoHn"
User-Agent KNode/4.4.9
Cancel-Lock sha1:YJgLw6jsH1YkwMJhwru1UBFKa28=
Xref x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:776

Followups directed to: comp.graphics.apps.gnuplot

Show key headers only | View raw


hopcode wrote:

> Hi all,
> my name is Marc. i need some help with gnuplot.
> i have a binary datafile filled with words of 16 bits.
> i have learnd to plot them using points this way
> 
> plot "result.bin" binary format="%uint16" using 0:1
> 
> i dont understand how to use embedded functions like for example
> norm(x),invnorm(x) and feeding the function with my values from the
> datafile.
> could you provide some sample script. those in the demo are
> already very complex for me.

Maybe

  plot "result.bin" binary format="%uint16" using 0:(norm(column(1))


> 
> Thank You in advance,
> Cheers,
> 

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


Thread

functions picking data from binary datafile hopcode <hopcode@nulnulul.de> - 2011-12-21 17:22 +0100
  Re: functions picking data from binary datafile sfeam <sfeam@users.sourceforge.net> - 2011-12-21 10:09 -0800
    Re: functions picking data from binary datafile hopcode <hopcode@nulnulul.de> - 2011-12-21 22:53 +0100

csiph-web