[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cftool
From: |
James Sherman Jr. |
Subject: |
Re: cftool |
Date: |
Tue, 28 Jul 2015 13:37:14 -0400 |
On Tue, Jul 28, 2015 at 1:30 PM, rotem <address@hidden> wrote:
> or, do you know a different ubuntu supported matlab-like free program that
> does?
>
>
>
> --
> View this message in context:
> http://octave.1599824.n4.nabble.com/cftool-tp4671863p4671870.html
> Sent from the Octave - General mailing list archive at Nabble.com.
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-octave
It depends on what kind of function? For polynomials, you could just
use polyfit. Otherwise, you could always frame your problem in terms
of an error minimization problem, and then use something like
fminsearch.
Hope this helps.
James Sherman Jr.