Bug fminbnd not working
Mostrar comentarios más antiguos
fplot(@(x) x*(sin(x))^2*cos(x),[-2*pi 2*pi]);
[xMin1 fvalmin1] = fminbnd('-x*(sin(x))^2*cos(x)', -6, 6)
returns xMin1 = 1.0954
fvalmin1 = -0.3963
How is this possible, look at the plot?
3 comentarios
madhan ravi
el 20 de En. de 2019
Why do you say it's a bug?
Stephen Wilkerson
el 20 de En. de 2019
Stephen Wilkerson
el 20 de En. de 2019
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Analog Devices ADALM1000 Support from Data Acquisition Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

