How can I create a set of points that follows the behavior of a given set of points?

조회 수: 1 (최근 30일)
I have different sets of data points in 3d space (x,y,z). I have a set of points (x and y coordinates) for every value of coordinate z. For example, for z=13 I have n-points (n>50) with coordinates (x;y) that describe a certain region, for z=14 I have m-points (m>50) with coordinates (x;y) that describe a certain region. For z=15 I have only 4 points (yellow dots in the attached image), I want to generate, starting from those 4 points, a bigger set of points for z=15 (for example a set of 50 points) that follows the behavior of the z=14 set of points. Any suggestions or ideas I can start from?

채택된 답변

KSSV
KSSV 2022년 1월 13일
That is pretty simple right....To whatever z = 14 points are there i.e. (x,y) simple replace z values with z = 15. And out of these points select 50 equidistant points.

추가 답변 (0개)

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by