find distance between 2 points
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
RITTIK KUMAR GHOSH
le 15 Nov 2014
Commenté : Star Strider
le 29 Déc 2014
I need to find the distance between 2 points. what is wrong with the script?
function d = finddist(A,B)
s = B-A
d = findmod(s)
this is what is coming when i am running it. Error using finddistance (line 2) Not enough input arguments. please help me out with the corrections to be done.
2 commentaires
Jan
le 16 Nov 2014
The error message contains "finddistance", but you post the code of "finddist". Which is "line 2"?
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Subplots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!