Octave Computational Geophysics - Course01
Octave Computational Geophysics - Course01
GEOPHYSICS
MFI81206 / Fall Term
Course 1
RGGP-UI
https://drive.google.com/open?id=0BwyCKQwWVlhuOXFkaHRsYVRpZFE
Geophysical Data
1-dimensional:
Well logs
Gravity/magnetic profiles
Seismograph records (single channel)
2-dimensional:
Seismic sections
3-dimensional:
Seismic volumes
Horizons, faults, surfaces
4-dimensional:
Seismic gathers
Time-lapse seismic volumes
Why do we need matrices?
Most of geophysical data can be represented by
matrices
Matrix operations and manipulations are required to
analyze and understand geophysical data
Matrices in Octave are in a “human-readable” form
Matrix Operations
Transpose
Reshape
Selecting rows
Selecting columns
Special matrices
Starting Octave
Command window
Workspace window
imagesc(X);colormap(map);
# of rows
size(X)
# of columns
Simple Exercise
Select the clown’s eye
selectx=X(50:110,150:220);