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.

回答(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