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];

 Respuesta aceptada

KSSV
KSSV el 9 de Abr. de 2019

0 votos

Read about gridata and scatteredInterpolant.

Más respuestas (0)

Categorías

Más información sobre Interpolation en Centro de ayuda y File Exchange.

Preguntada:

el 9 de Abr. de 2019

Respondida:

el 9 de Abr. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by