What kind of algorithm is used for azimuth and gcxgc functions ?
2 次查看(过去 30 天)
显示 更早的评论
Would it be possible to provide me algorithms for Azimuth and GCXGC functions? I am trying to program it in another language and I cannot find anywhere what algorithm was used.
Thank you
0 个评论
回答(1 个)
John D'Errico
2017-9-24
Which toolbox(es) do these come from? They are not in MATLAB proper. I don't even see the name coming from a TMW provided toolbox. Google finds multiple hits for azimuth.m as a MATLAB function. Likewise, gcxgc.m appears as a file exchange contribution, but I don't see it in MATLAB or a MATLAB toolbox.
So if they are from some unknown MATLAB toolbox, then there should be a reference link at least.
If the code comes from the file exchange, or some external toolbox, then why are you asking on Answers? Contact the source!
Alternatively if they are m-files, you can always look at the code. Well written code will have comments, explaining what was done. Poorly written code won't. You don't really want to use poorly written code anyway.
But are you asking us to somehow magically know what particular codes with those names you happen to be using, and for us to find them online, download them, then provide complete documentation for code written by some unnamed random individual?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Point Cloud Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!