meetpoint

Version 1.0.0.0 (2,63 ko) par M MA
Meet points points and slopes of curves.
4,6K téléchargements
Mise à jour 1 juin 2007

Afficher la licence

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.

Citation pour cette source

M MA (2024). meetpoint (https://www.mathworks.com/matlabcentral/fileexchange/8997-meetpoint), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R12
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Interpolation dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0

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