help-octave
[Top][All Lists]
Advanced

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

Re: passing parameters to fzero, fsolve?


From: doctordorkusmalorkus
Subject: Re: passing parameters to fzero, fsolve?
Date: Mon, 28 Jan 2013 13:50:32 -0800 (PST)

should be


function zero=zeroRadiusMeHc(r)
global Mg Hg Bg
zero=6*Mg*r-4;
end



--
View this message in context: 
http://octave.1599824.n4.nabble.com/passing-parameters-to-fzero-fsolve-tp1637028p4649220.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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