how interpolate 3d points

i want to interpolate a cubic shape points
a=[18 30 30 18 18 18; 30 30 18 18 30 30; 30 30 18 18 30 30; 18 30 30 18 18 18];
b=[-10 -10 10 10 -10 -10; -10 10 10 -10 -10 -10; -10 10 10 -10 10 10; -10 -10 10 10 10 10];
c=[-10 -10 -10 -10 -10 10; -10 -10 -10 -10 -10 10; 10 10 10 10 -10 10; 10 10 10 10 -10 10];

 Risposta accettata

KSSV
KSSV il 9 Apr 2019

0 voti

Read about gridata and scatteredInterpolant.

Più risposte (0)

Categorie

Scopri di più su Interpolation in Centro assistenza e File Exchange

Richiesto:

il 9 Apr 2019

Risposto:

il 9 Apr 2019

Community Treasure Hunt

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

Start Hunting!

Translated by