Clear Filters
Clear Filters

Geoid Data for Aerospace Toolbox download does not download required mat files

8 views (last 30 days)
I found this link to the Geoid Data for Aerospace Toolbox:
Because, of course, the Add-on Explorer just doesn't work (seems like a known issue), thus I can't click on
aeroDataPackage
to attempt to get these through the Explorer. I have the Aerospace Toolbox installed and licensed to use.
This page has a "Download" link which downloads the file "aerospacegeoiddata.mlpkginstall". Running this file opens the Add-on Manager (which works fine), and it claims everything is installed successfully.
When I then navigate to C:\ProgramData\MATLAB\SupportPackages\R2023a\toolbox\aero\aerodata\aerogeoiddata
there are no .mat files here. This location was added to my Matlab Path (I assume by the add-on manager install).
But when I then try to run
geoidheight(lat,lon,'egm2008')
which requires 'geoidegm2008grid.mat' (presumably from the Geoid Data for Aerospace Toolbox), I get an error. Indeed running
which('geoidegm2008grid.mat','-ALL')'
gives
'geoidegm2008grid.mat' not found.
How can I get this require mat file?? Why did the install claim success but the folder contains no mat files??
  9 Comments
Raquel Navarro Buendía
Raquel Navarro Buendía on 3 Jun 2024
Edited: Raquel Navarro Buendía on 3 Jun 2024
I had the same issue when I reinstalled matlab to another PC, then I decide to install all the toolboxes I had in the previous one and I fix the problem:
- Aerospace Toolbox
- Statistics and Machine Learning Toolbox
- Tide Model Driver (TMD) version 3.0
- Mapping Toolbox
- Ephemeris Data for Aerospace Toolbox
- Geoid Data for Aerospace Toolbox
Most probably the last one had the file, but I am not sure.
Good luck!
Steven Lord
Steven Lord on 3 Jun 2024
I believe from the description that this is Bug Report 3118078. That Bug Report is listed as fixed in release R2023b Update 8 and release R2024a.

Sign in to comment.

Accepted Answer

Cris LaPierre
Cris LaPierre on 10 Oct 2023

More Answers (0)

Categories

Find more on Aerospace Applications in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!