필터 지우기
필터 지우기

Toolbox and Add-on path not found in path

조회 수: 32 (최근 30일)
Eman Mohammed
Eman Mohammed 2018년 1월 23일
답변: Sergio Tamayo 2018년 1월 23일
Using MATLAB 2017b.
I was trying to use this function to determine the position and velocity of planets:
[position,velocity]=planetEphemeris(juliandate(2018,1,1),'Earth','Moon')
and I've already installed the aerospace toolbox, it's located in the Mac applications directory with the aeroDataPackage. (PS. all my MATLAB written scripts directory is located in a specified MATLAB folder in the Documents directory).
When I ran my script using that function, I got this error. I don't understand why since I got it downloaded and is found in the directory. Please help and explain?
Error using planetEphemeris (line 160)
Ephemeris data is not available on the MATLAB path. You might need to download
it using the aeroDataPackage function.
Error in Runs (line 140)
[position,velocity]=planetEphemeris(juliandate(2018,1,1),'Earth','Moon')

채택된 답변

Sergio Tamayo
Sergio Tamayo 2018년 1월 23일
If you downloaded the support package, it should be available. You can try to regenerate the path by running:
rehash toolboxcache
If you are still seeing the same error, check that you downloaded the support package by running:
which -all ephConstants.mat
If no file is returned, it means that the support package was not properly installed and you may need to re-install. You can do so by running aeroDataPackage again.

추가 답변 (1개)

Jan
Jan 2018년 1월 23일
편집: Jan 2018년 1월 23일
If planetEphemeris is an M-file, you can examine the line around line 160 to find out, where this function looks for the file, which is called "Ephemeris data" in the error message. Does the needed file exist anywhere else? Did you follow the instruction from the message already:
You might need to download it using the aeroDataPackage function.
? You write "I got it downloaded", but it is not clear, if this means the required file or the toolbox.

카테고리

Help CenterFile Exchange에서 Data Import에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by