필터 지우기
필터 지우기

draw a Cuboid with colorcode

조회 수: 1 (최근 30일)
Vahid
Vahid 2014년 10월 21일
댓글: Mohammad Abouali 2014년 10월 21일
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:
"
Any help, tips or codes to approach this goal would be most appreciated.

채택된 답변

Mohammad Abouali
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
Vahid
Vahid 2014년 10월 21일
Thanks Mohammad,
I've tried Slice command before. The best result is like this:
The challenge is: how can I hide the border lines of the grids?
That's why I thought there could be other command/technique. Otherwise, SLICE command seems suitable.
Thank you
Mohammad Abouali
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!

Translated by