Finding if path exists on 2D surface
조회 수: 5 (최근 30일)
이전 댓글 표시
Here's a fun problem I ran into. Say you have a given 2D function, f(x,y) (as an example, you can use peaks(30)). Now, I separately have a measured "path", i.e. f_{meas}, but I don't know the x_meas and y_meas that created that path. I can assume that the values of x_meas and y_meas are smooth, no discontinuities. I want, given an input starting x and y, to determine if there is a "path" along the function surface that matches the measured "path", and determine if there are multiple solutions (as there likely will be!). Seems like I can use a minimization or fitting routine here, but it's not clear yet. Interested if anyone has any tricks for doing such a thing.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!