meetpoint

버전 1.0.0.0 (2.63 KB) 작성자: M MA
Meet points points and slopes of curves.
다운로드 수: 4.6K
업데이트 날짜: 2007/6/1

라이선스 보기

Computes the intesection points of curves and the slopes at the meet points.

Syntax:
[X,Y,M0,M1] = MEETPOINT(X0,Y0,X1,Y1)
[X,Y,M0,M1] = MEETPOINT(HANDLES0,HANDLES1)

Outputs:
X,Y Meet points
M1,M2 Slopes

Comments:
Can deal with coincident segments, vertical segments, ...
Works at least in Matlab versions since 5.3 utill current, R14.
Does not use Matlab INTERP1 or any other Matlab interpolation function.

인용 양식

M MA (2024). meetpoint (https://www.mathworks.com/matlabcentral/fileexchange/8997-meetpoint), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Small correction (removed sort at the end, because it may not be desirable)