Re: plot calculated IR-spectrum
- From: Philipp Eiden <peiden@xxxxxx>
- Date: Mon, 07 Jul 2008 20:55:28 +0200
googoff@xxxxxxxxxxx wrote:
create a file lorenz.sh:Hmmm, this doesn't work here... but
#! /usr/bin/awk -f
BEGIN {line=0}
($0 !~ /^#/)&&($0 != "") {
print "f"line"(x)=alpha*"$1"/(pi(x-"$2")**2+1)\n"
}
in gnuplot :
load << system(lorenz.sh)
Debug the syntax yourself , I ain't going to do the whole job for you,
but that should do what you want in an efficient manner.
awk '{print "f"NR"(x)=alpha*"$2"/(pi(x-"$1")**2+1)"'
did the job.
Thanks for your effort.
.
- Follow-Ups:
- Re: plot calculated IR-spectrum
- From: googoff
- Re: plot calculated IR-spectrum
- References:
- plot calculated IR-spectrum
- From: Philipp Eiden
- Re: plot calculated IR-spectrum
- From: Hans-Bernhard Bröker
- Re: plot calculated IR-spectrum
- From: googoff
- Re: plot calculated IR-spectrum
- From: googoff
- plot calculated IR-spectrum
- Prev by Date: Re: How to type underscore in postscript enhanced terminal?
- Next by Date: Re: pdfcairo font selection
- Previous by thread: Re: plot calculated IR-spectrum
- Next by thread: Re: plot calculated IR-spectrum
- Index(es):
Relevant Pages
|