Hi. I need to plot the intersection line of two surfaces. The two surfaces are defined using the surf function of matlab. Can anyone help me?

 채택된 답변

Star Strider
Star Strider 2019년 3월 7일

1 개 추천

More detail (such as the data or surfaces themselves) would be helpful.
The approach I would use is to subtract one surface from the other. Where this is equal to 0 is where they intersect. An easy way to find the (x,y) coordinates of the intersection (when you have done the subtraction), is to use the contour (link) function to draw the contour of the result of the subtraction. Use the technique described in Contours at One Level (link), with the level defined as [0,0]. Also see the section on Output Arguments (link). You may have to experiment a bit, depending on how your surfaces are defined.

댓글 수: 2

Alessandraro
Alessandraro 2019년 3월 8일
Thank you very much. It was really helpful.
Star Strider
Star Strider 2019년 3월 8일
As always, my pleasure.

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

추가 답변 (0개)

카테고리

제품

릴리스

R2017b

질문:

2019년 3월 7일

댓글:

2019년 3월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by