Smooth surface from scatter 3 plot

4 views (last 30 days)
Divya Priya
Divya Priya on 12 Oct 2017
Answered: KSSV on 12 Oct 2017
I have location data say L of ( X, Y, Z) of size (673266 X 3) and values at these locations estimated through statistical kriging say A(673266X1), I have plotted using scatter 3 plot as shown here. But I need to have a smooth surface like shown in the second figure. How to do that. Kindly help. I have tried surf, it does not work due to the difference in dimensions between L and A. Since I have used kriging for estimating the values, is it possible to get the smooth surface by not using any other interpolation method as it may lead to wrong results. Thanks in advance.
.

Accepted Answer

KSSV
KSSV on 12 Oct 2017
Read about griddata. You can provide your required (X,Y) and interpolate Z values on it. Also have a look on slice.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!