intersection mesh plot (3D)

조회 수: 4 (최근 30일)
Tammun filistin
Tammun filistin 2018년 5월 9일
편집: Jason Nicholson 2018년 5월 17일
dear all could any one pleas give me an idea how to find the intersection between the following plot
Many Thanks
<<
>>
  댓글 수: 2
KSSV
KSSV 2018년 5월 9일
Is it intersection between a plane and a curve?
Tammun filistin
Tammun filistin 2018년 5월 9일
intersection between the two plane (i mean the two mesh in the figures)

댓글을 달려면 로그인하십시오.

채택된 답변

Jason Nicholson
Jason Nicholson 2018년 5월 9일
편집: Jason Nicholson 2018년 5월 17일
Without more information, I can only provide hints. Here you go:
  • If the two surfaces can be thought of as mathematical functions instead of mesh data, then you can plot the 0 level contour of the difference. If you use small positive and negative contour values, you can probably plot where the functions are similar. Even if you just have scattered mesh data, use scatteredInterpolant with natural interpolation to form a function. If the data is gridded, then use griddedInterpolant. See the documentation on scatteredInterpolant and griddedInterpolant .
  • Take a look at the Volume visualization tools . Specifically, isosurface and slice .
If this answered your question, click "Accept Answer."
If you like the answer, click the vote button.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by