How can I create 3D seismic survey ?
4 views (last 30 days)
Show older comments
Hi All,
I would like to create 3D seismic survey from 2D seismic lines?
I want to use Matlab not Seilab?
i will be thankful for your assistance
0 Comments
Answers (1)
Star Strider
on 18 May 2023
I am not certain what your data are, however options could be plot3, ribbon, waterfall, and perhaps others including surf and mesh. Some functions will require that you create a matrix of the llines, so they must all have the same dimensions for that. If they do not have the same dimensions, you can force that with linspace (if they do not each have associated independent variables) and interp1.
4 Comments
Star Strider
on 29 Jun 2023
@PADMAKAR — This is obviously not an area of my expertise. If the file extensions are not those MATLAB recognises, reading them would require using 'FileType','text' in the readtable or readmatrix calls in order to read them, providing of course that they are text files.
See Also
Categories
Find more on Seismology 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!