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

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 2011-12-21 10:09 -0800
Organization gnuplot development team
Message-ID <jct7de$pdq$1@dont-email.me> (permalink)
References <jct13b$j1t$1@online.de>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | 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