draw a Cuboid with colorcode
1 回表示 (過去 30 日間)
古いコメントを表示
I have coordinates of 10 points. In each point, a vertical well has been drilled. The main variable is pressure along all wells (pressure versus depth). I need to draw a cube which includes the area of all wells and show the pressure. Something like this pictures:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/145785/image.jpeg)
"
Any help, tips or codes to approach this goal would be most appreciated.
0 件のコメント
採用された回答
Mohammad Abouali
2014 年 10 月 21 日
編集済み: Mohammad Abouali
2014 年 10 月 21 日
1) First you need to interpolate your well data into a regularly spaced grids.
2) then use the slice command to generate those figures.
Movafagh bashi
2 件のコメント
Mohammad Abouali
2014 年 10 月 21 日
once you did your slice command, issue
shading interp
it would interpolate the colors closer to what you are looking.
Also you can set the "EdgeColor" to "none" to get rid off those black lines.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!