How can I create 3D seismic survey ?

6 views (last 30 days)
Abubakr Mursi
Abubakr Mursi on 18 May 2023
Commented: Star Strider on 29 Jun 2023
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

Answers (1)

Star Strider
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
PADMAKAR
PADMAKAR on 29 Jun 2023
Segy or sgy format is a standard format for recording and storing seismic data. The standard is maintained by the Society of Exploration Geophysicists.
Star Strider
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.

Sign in to comment.

Tags

Community Treasure Hunt

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

Start Hunting!