Smooth surface from scatter 3 plot
4 views (last 30 days)
Show older comments
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.


.
0 Comments
Accepted Answer
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.
0 Comments
More Answers (0)
See Also
Categories
Find more on Surface and Mesh Plots 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!