Plotting Several 2D Spatial Cross-section Data in 3D (GPR Data)
2 次查看(过去 30 天)
显示 更早的评论
I have some ground penetration radar (GPR) data. Note that a GPR instrument is ran along the ground surface (along a line) and the subsurface data are gathered. In a surveyed area, many lines are ran. Hence, when I am importing the data in MATLAB, I have a 2D cross section (using contourf) plot. I want to show all the cross sections (the sections are 0.5m apart) in one single 3D plot. The overall aim is to interpolate the points (with similar values/characteristics) in the cross sections in order to create a 3D model. How do I plot these cross sections in one 3D plot? Thank you in advance. (Image: one cross section of GPR data)![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/592665/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/592665/image.jpeg)
0 个评论
回答(1 个)
Constantino Carlos Reyes-Aldasoro
2021-5-4
In terms of functions you can use mesh, surf, isosurface, isocaps and others. But what is more important is what you are trying to display. When you plot in 3D you will face several issues, namely that there may be obstructions, so you may choose to use transparency, remove certain regions etc. Can you expand on what you want?
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Geographic Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!