intersectPlaneSurf

버전 1.2 (2.41 KB) 작성자: Mehmet OZTURK
Intersection points of an arbitrary surface with an arbitrary plane.
다운로드 수: 2.4K
업데이트 날짜: 2014/11/20

라이선스 보기

out=intersectPlaneSurf(p0, v, exx, eyy, ezz)
Intersection of a surface with an arbitrary plane. The plane must be specified with "p0" which is a point that the plane includes and a normal vector "v" of that plane.
"exx", "eyy" and "ezz" is the surface coordinates such that can be used with surf command. the uotput "out" is a nx3 cell that contains n number of discreete intersection regions in 3d coordinaetes.
You can use provided example file to get the result that is used in screenshot.

Note: You have to download geom3d toolbox by David Legland from FEX to visualize results correctly, and "myfrenet" function which i provide that can use example file

인용 양식

Mehmet OZTURK (2024). intersectPlaneSurf (https://www.mathworks.com/matlabcentral/fileexchange/22377-intersectplanesurf), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Contour Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2

will be available as a Toolbox file

1.1.0.0

Some changes in the code comments.
A small error removed.

1.0.0.0