How to solve this Matlab error: "Undefined function 'distance' for input arguments of type "double."
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I keep getting this error in matlab 2013: "Undefined function 'distance' for input arguments of type "double." Can anyone guid me on what actually went wrong?
Thanks alot,

0 Kommentare
Akzeptierte Antwort
Ingrid
am 11 Jun. 2015
distance is not a built-in function
If your are using code from someone else than you should also ask them to provide the distance.m file
2 Kommentare
Ingrid
am 11 Jun. 2015
and it is probable this one http://www.mathworks.com/matlabcentral/fileexchange/71-distance-m but you should check if this is appropriate for the code you are using
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!