필터 지우기
필터 지우기

I have x y z points for the object, I have to increase the number of points to get better view of the object by interpolation

조회 수: 2 (최근 30일)
I have x y z points for the object, I have to increase the number of points by interpolation to get better view of the object , what and how can I do that.
  댓글 수: 2
Rashi Mehrotra
Rashi Mehrotra 2021년 1월 5일
I have a binary 3d data of 1800 points, I have created an image using meshgrid and griddata. The points I have after now is 121 in all coordiantes. I have to increase the num,ber of points by interpolation. How to do this

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

답변 (1개)

KSSV
KSSV 2021년 1월 5일
Read about griddata, scatteredInteprolant.
  댓글 수: 9
KSSV
KSSV 2021년 1월 6일
Your motive is not clear still.... you said xx1, yy1 are the indices from M for which the value is 1 i.e zz1 is 1. Am I right? So for this, though you do inteprolation, the respective value will be 1, there is no point in doing interpolation.
Are you taking about increasing the number of points between (xx1,yy1) alone, where these points form a curve?
Rashi Mehrotra
Rashi Mehrotra 2021년 1월 6일
xx1, yy1 and zz1 are indices from M. I find x, y from meshgrid taking xx1 , yy1 as input and then use interpolation using girddata to find z. thereafter increasing the number of points between (x,y,z) alone, where these points form a curve

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

카테고리

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