Is matlab function distance is broken ?
显示 更早的评论
Hello,
I try to calculate the distance between two points on a sphere. It seems that the function distance is built-in https://www.mathworks.com/help/map/ref/distance.html
But I'm unable to make it work, even the examples in the doc seem to not work :
arclen = distance('gc',[37,-76],[37,-9])
arclen = distance('rh',[37,-76],[37,-9])
I always have this error :
Check for missing argument or incorrect argument data type in call to function 'distance'.
I even tried syntax like that :
[arclen,az] = distance('gc',[37,-76],[37,-9])
But nothing seems to work, why ? I'm using Matlab R2020a, is it deprecated ?
5 个评论
Ameer Hamza
2020-6-2
It works fine on my system. Can you show the output of
which distance
Aymeric Ferreira
2020-6-2
编辑:Aymeric Ferreira
2020-6-2
Ameer Hamza
2020-6-3
编辑:Ameer Hamza
2020-6-3
Aymeric Ferreira
2020-6-3
Ameer Hamza
2020-6-3
Aymeric, I added it as an answer. You can accept it.
采纳的回答
更多回答(1 个)
Mark Brandon
2020-6-2
0 个投票
It's your install.
Screen grab from those commands on my 2020a Update 2

un-install and clean install again?
good luck. MB
类别
在 帮助中心 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!