Why is latlon2local giving a error saying that it is undefined?

6 ビュー (過去 30 日間)
I tried to change the global coordinated to local using the Matlab R2018a version using the "latlon2local" code, but it gave a error, "Undefined function or variable
'latlon2local'"
  4 件のコメント
jessupj
jessupj 2020 年 9 月 10 日
編集済み: jessupj 2020 年 9 月 10 日
check
which latlon2local
if that comes up empty, try checking what toolboxes you have installed
ver -support
Girish Kumaar Srinivasan Ravi Kumar
Girish Kumaar Srinivasan Ravi Kumar 2020 年 9 月 11 日
Thanks everyone, with Matlab R2020 it is working fine, but with Matlab R2018 it the function was still undefined even after adding the "Automated Driving Tool box".
Have a nice weekend everyone!

サインインしてコメントする。

採用された回答

Rik
Rik 2020 年 9 月 11 日
The latlon2local function was only introduced in R2020a, as the documentation clearly states. You will have to implement it yourself or look for alternatives if you are using a previous release.
  2 件のコメント
David Alejandro Ramirez Cajigas
David Alejandro Ramirez Cajigas 2021 年 7 月 24 日
it does not work in any way, it helps, I have even entered the example from the documentation. even so it still does not work
David Alejandro Ramirez Cajigas
David Alejandro Ramirez Cajigas 2021 年 7 月 24 日
i use matlab 2021a

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInstall Products についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by