Can one set up initial values for fminbnd?

10 views (last 30 days)
Can one set intial values for iteration for fminbnd? I do not find an option on the documenation:

Accepted Answer

Matt J
Matt J on 1 Aug 2020
Edited: Matt J on 1 Aug 2020
No, you cannot. However, you might get a comparable effect if you use fminsearch instead, setting your objective to Inf outside the desired interval.
Or, you could use fminsearchbnd from the File Exchange,

More Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!