how interpolate 3d points
Show older comments
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];
Accepted Answer
More Answers (0)
Categories
Find more on Interpolation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!