You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
M MA (2026). meetpoint (https://se.mathworks.com/matlabcentral/fileexchange/8997-meetpoint), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (2.63 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | Small correction (removed sort at the end, because it may not be desirable) |
