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

6 views (last 30 days)
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 Comments
jessupj
jessupj on 10 Sep 2020
Edited: jessupj on 10 Sep 2020
check
which latlon2local
if that comes up empty, try checking what toolboxes you have installed
ver -support
Girish Kumaar Srinivasan Ravi Kumar
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!

Sign in to comment.

Accepted Answer

Rik
Rik on 11 Sep 2020
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.

More Answers (0)

Categories

Find more on Install Products in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!