Missing functions from mapping toolbox.

1 visualizzazione (ultimi 30 giorni)
Alasdair Wilson
Alasdair Wilson il 28 Feb 2017
Modificato: Alasdair Wilson il 19 Mar 2020
There are several functions missing from my Matlab installation.
For example dm2degrees and checkellipsoid return undefined function errors. "Undefined function 'dm2degrees' for input arguments of type 'double'."
I am running r2016a, the output from ver is:
MATLAB Version: 9.0.0.341360 (R2016a)
MATLAB License Number: [redacted]
Operating System: Linux 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64
Java Version: Java 1.7.0_60-b19 with Oracle Corporation Java HotSpot™ 64-Bit Server VM mixed mode
MATLAB Version 9.0 (R2016a)
...
Mapping Toolbox Version 4.3 (R2016a)
...
rest of toolbox spam omitted.
While some of these functions are trivial to reproduce, others are not.
Thanks for your help.

Risposte (2)

Steven Lord
Steven Lord il 17 Ott 2017
The dm2degrees function is part of Mapping Toolbox. What does the following command return?
which -all dm2degrees
If that doesn't list the function in the toolbox\map\map directory, check that this directory is on the MATLAB search path.
  6 Commenti
PabiG
PabiG il 23 Mag 2019
Thank you for your answer, unfortunately it did not work, any other ideas?
Steven Lord
Steven Lord il 23 Mag 2019
That's odd. I'm not certain what's going on. I recommend contacting Technical Support using the telephone handset icon in the upper-right corner of this page and working with them to determine why the function is not available

Accedi per commentare.


Brad Lipovsky
Brad Lipovsky il 19 Mar 2020
Any resolution on this?
  1 Commento
Alasdair Wilson
Alasdair Wilson il 19 Mar 2020
Modificato: Alasdair Wilson il 19 Mar 2020
OP here, I never got this resolved until an upgrade to a newer Matlab (2018b) fixed it.
I don't know whether it was a bug that was fixed or if simply a clean install would have fixed it.
Try the other advice in the thread too I guess.
edit: judging by the discussion above concerining 2019a still having this issue I doubt it was a bugfix so perhaps a reinstall is needed.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by