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!