[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: About Polyfit Function
From: |
Julien Salort |
Subject: |
Re: About Polyfit Function |
Date: |
Wed, 26 Jun 2013 13:44:34 +0200 |
User-agent: |
MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) |
In article
<address@hidden>,
Hakan Moray <address@hidden> wrote:
> Which .h file should I include so I can use "polyfit" function in my C++
> application ?
I suppose you will have to use feval to call "polyfit" like you would
for any other Octave function.
If I'm not mistaken, you need to #include <octave/parse.h>.
Bests,
Julien