Finding intersecting points in the Lissajous scan pattern
이전 댓글 표시
Hi.
I'm trying to find the intersecting points in the Lissajous scan pattern.
For
x = A * sin(2*pi*f1*t)
y = B * sin(2*pi*f2*t+pi/2)
drawing the Lissajous scan pattern itself was not that difficult,
but I had a lot of trouble finding out the intersecting points.
Does anyone have any experience with this problem?
답변 (1개)
Dyuman Joshi
2024년 2월 16일
2 개 추천
There are several options available in FEX -
You could also go through this forum and find different approaches for finding intersections of 2 curves (mostly utilizing interp1), as this type of question has been asked many times.
댓글 수: 2
DGM
2024년 2월 16일
In this question, we're trying to find the points where a single parametric curve intersects itself. That doesn't seem as simple as the typical request.
Dyuman Joshi
2024년 2월 16일
(If I understood your point clearly, @DGM) The 2nd FEX submission can be used for finding self-intersections points as well.
카테고리
도움말 센터 및 File Exchange에서 Simulink Environment Customization에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!