help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: exponential fitting


From: grundmann
Subject: Re: Re: exponential fitting
Date: Wed, 4 Sep 2002 08:25:24 +0200

first of all: thank you.

second: I decided to install octave-forge, because it seems to include some 
nice funktions, e.g. leasqr.m. But when I try to compile it with make, I get 
the following mistake:

make[1]: Entering directory `/zw/octave-forge-2002.05.09/FIXES'
mkoctfile -DHAVE_OCTAVE_21 -s -v kron.cc
g++ -c -fPIC -I/usr/local/include/octave-2.1.36 
-I/usr/local/include/octave-2.1.36/octave -I/usr/local/include -mieee-fp 
-fno-implicit-templates -O3 -DHAVE_OCTAVE_21 kron.cc -o kron.o
kron.cc: In function `bool FSkron_gnu_v2(const octave_shlib &)':
kron.cc:34: unknown escape sequence: `\' followed by char code 0xd
kron.cc:35: unknown escape sequence: `\' followed by char code 0xd
kron.cc:36: unknown escape sequence: `\' followed by char code 0xd
kron.cc:37: unknown escape sequence: `\' followed by char code 0xd
kron.cc:38: unknown escape sequence: `\' followed by char code 0xd
kron.cc:39: unknown escape sequence: `\' followed by char code 0xd
kron.cc:40: unknown escape sequence: `\' followed by char code 0xd
kron.cc:41: unknown escape sequence: `\' followed by char code 0xd
kron.cc:42: unknown escape sequence: `\' followed by char code 0xd
kron.cc:43: unknown escape sequence: `\' followed by char code 0xd
kron.cc:44: unknown escape sequence: `\' followed by char code 0xd
kron.cc:45: unknown escape sequence: `\' followed by char code 0xd
kron.cc:46: unknown escape sequence: `\' followed by char code 0xd
kron.cc:47: unknown escape sequence: `\' followed by char code 0xd
kron.cc:48: unknown escape sequence: `\' followed by char code 0xd
kron.cc:49: unknown escape sequence: `\' followed by char code 0xd
kron.cc:50: unknown escape sequence: `\' followed by char code 0xd
make[1]: *** [kron.oct] Error 1
make[1]: Leaving directory `/zw/octave-forge-2002.05.09/FIXES'
make: *** [FIXES/] Error 2

any idea about it?

so I will try out leasqr.m now. 
I'm not shure about exfit, because I don't want to have the sum. I need the 'b' 
of y=a*exp(b*x). But I will try it anyway.

j. grundmann



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]