help-octave
[Top][All Lists]
Advanced

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

Re: (no subject)


From: siko1056
Subject: Re: (no subject)
Date: Thu, 9 Jun 2016 07:56:48 -0700 (PDT)

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.



reply via email to

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