[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fzero tolerance issue ... and a related bug
From: |
Joza |
Subject: |
Re: fzero tolerance issue ... and a related bug |
Date: |
Wed, 17 Oct 2012 12:52:01 -0700 (PDT) |
function [zero iterations] = Mzero(X1, X2, Xtol, Max_its)
[X, fval, INFO, OUTPUT ] = fzero( "FUN", [X1,X2], optimset("MaxIter",
Max_its ) );
zero = X;
iterations = OUTPUT.iterations;
**************************************************************************************************************
"FUN" = abs(x-9.1)^4.5;
X1 = 8.0
X2 = 13.0
--
View this message in context:
http://octave.1599824.n4.nabble.com/fzero-tolerance-issue-and-a-related-bug-tp4645391p4645394.html
Sent from the Octave - General mailing list archive at Nabble.com.
- fzero tolerance issue ... and a related bug, Joza, 2012/10/17
- Re: fzero tolerance issue ... and a related bug, Jordi GutiƩrrez Hermoso, 2012/10/17
- Re: fzero tolerance issue ... and a related bug,
Joza <=
- Re: fzero tolerance issue ... and a related bug, Jordi GutiƩrrez Hermoso, 2012/10/17
- Re: fzero tolerance issue ... and a related bug, Joza, 2012/10/18
- Re: fzero tolerance issue ... and a related bug, marco atzeri, 2012/10/18
- Re: fzero tolerance issue ... and a related bug, Joza, 2012/10/18
- Re: fzero tolerance issue ... and a related bug, Joza, 2012/10/18
- Re: fzero tolerance issue ... and a related bug, James Sherman Jr., 2012/10/18
- Re: fzero tolerance issue ... and a related bug, marco atzeri, 2012/10/18
- Re: fzero tolerance issue ... and a related bug, Martin Helm, 2012/10/18