Using fminbnd to find point closest to origin
1 回表示 (過去 30 日間)
古いコメントを表示
So I have the parabola y = x^2 − 2x − 4
The distance to the origin is d(x) = sqrt(x^2 + (x^2 − 2x − 4)^2).
So I need to plot −2 ≤ x ≤ 4 for d(x), and use fminbnd to find the point closest to the origin, and then use fzero to find the point with a distance of 3 from the origin, but I don't know how to use either of these two commands. Could anyone possibly show me an example, or with this parabola show me how to do it? Thanks.
0 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!