[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (no subject)
From: |
Lester Anderson |
Subject: |
Re: (no subject) |
Date: |
Fri, 10 Jun 2016 09:25:22 +0100 |
Hello kai,
Thanks for the suggestion. The function handle did not help. I did
Google the syntax which came up with another version:
x = fzero(fun,x0,options,P1,P2,...)
where additional parameters (P1, P2, P3 etc.) could be used. I suspect
that the code is using this ?older version. I found a link to this
code version:
http://opg1.ucsd.edu/~sio221/SIO_221A_2009/SIO_221_Data/Matlab5/Toolbox/matlab/funfun/fzero.m
which suggests it was in v5.
Lester
On 9 June 2016 at 15:56, siko1056 <address@hidden> wrote:
> Hi,
>
> Maybe try the function handle version:
>
> yy = fzero(@allequ,Y2(j,i),options,Y1(j,i),zb(j),zt(j),surpor(j),c(j));
>
> if "allequ" was a function in Octaves search path. And what are all those
> values in the end Y1(j,i),zb(j),zt(j),surpor(j),c(j)? fzero accepts only
> three, as pointed out by the error message.
>
> HTH, Kai
>
>
>
> --
> View this message in context:
> http://octave.1599824.n4.nabble.com/no-subject-tp4677559p4677563.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
- [no subject], Lester Anderson, 2016/06/09
- Re: (no subject), siko1056, 2016/06/09
- Re: (no subject),
Lester Anderson <=
- Re: (no subject), siko1056, 2016/06/10
- Re: (no subject), Lester Anderson, 2016/06/10
- Re: (no subject), Doug Stewart, 2016/06/10
- Re: (no subject), Lester Anderson, 2016/06/10
- Re: (no subject), Doug Stewart, 2016/06/10
- Re: (no subject), Tatsuro MATSUOKA, 2016/06/10
- Re: (no subject), Doug Stewart, 2016/06/10
- Re: (no subject), Lester Anderson, 2016/06/10
- Re: (no subject), Lester Anderson, 2016/06/10
- Re: (no subject), Doug Stewart, 2016/06/10