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
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
KSSV
am 5 Jan. 2021
Read about griddata, scatteredInteprolant.
9 Kommentare
KSSV
am 6 Jan. 2021
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?
Siehe auch
Kategorien
Mehr zu Interpolation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!