Plot a time-depth saturation contour graph
Show older comments
Hi guys,
This is my first time using Matlab ever, so as you can imagine I am a bit lost.
I have to plot a contour graph with time as x, depth as y and saturation as z. I have attached the current work of my matlab data with this mail as notes.txt. I am getting desperate and can anyone have any kind of hints or help ?
Thank,
Ko
2 Comments
Anmol Dhiman
on 8 Mar 2020
Hi Ko,
I am little lost with the variable notation. Could you let me know the names of the variables representing depth and saturation.
Ko Ko
on 8 Mar 2020
Answers (1)
Anmol Dhiman
on 9 Mar 2020
0 votes
Hi Ko,
The attached code might help you. contour requires x,y coordinates to be matrix (see Input arguments). You can use surf for better visualization. I have commented it.
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!