필터 지우기
필터 지우기

interpolate curve to some blob

조회 수: 3 (최근 30일)
dror yemini
dror yemini 2019년 7월 11일
댓글: dror yemini 2019년 7월 23일
hi i have x,y point of curve i want to create some interpolation that will add x,y points . i want that line will pass in the direction of the blob and even in the center of the mass . it should be smooth. here is example figure : the black curve below is given and i want to continue it to the blob above(as the dotted).
  댓글 수: 2
Kevin Phung
Kevin Phung 2019년 7월 11일
to interpolate, you need to provide two endpoints. Do you have in mind exactly the path within the blob the line will travel? Or at least, its entry and exit points?
Guillaume
Guillaume 2019년 7월 11일
This is not interpolation, this is extrapolation, and in my opinion considering the sharp bend in the known shape of the black curve, it is actually making up data unless more is known about the desired shape.
it should be smooth. A wiidly oscillating sine curve is smooth. I'm sure that's not what you want.

댓글을 달려면 로그인하십시오.

채택된 답변

darova
darova 2019년 7월 11일
Find center of a circle and radius
Untitled.png
A - start point ( - direction vector )
B - End point (mass center?)
M - middle point between A and B
AO - perdpendicular to in point A
MO - perpdendicular to AB in point M
O - intersection of perpendiculars (center of a circle)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by