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

 채택된 답변

KSSV
KSSV 2019년 4월 9일

0 개 추천

Read about gridata and scatteredInterpolant.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Interpolation에 대해 자세히 알아보기

질문:

2019년 4월 9일

답변:

2019년 4월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by