Aerospace toolbox: “Unable to resolve the name” error

Recently I have been trying to use in a script the aerospace toolbox classes, such as, Aero.FixedWing. When I run these on the installed version the command window displays the error: Unable to resolve the name Aero.FixedWing. However when I run these on the online version it works. What might be the issue that doesn’t allows the script to run? I have tried with every single command from the Fixed-Wing Aircraft Applications, and always happens the same.

답변 (1개)

Sean de Wolski
Sean de Wolski 2021년 8월 4일
which -all Aero.FixedWing

댓글 수: 3

which -all Aero.FixedWing
aircraft = Aero.FixedWing()
If I try that command within the Matlab Drive folder, the command window shows 'Aero.FixedWing' not found, and afterwards it continues showing the error Unable to resolve the name Aero.FixedWing.
I'll add here a screen shot of what that same script shows on the online version.
This means aerospace toolbox is not installed.
If you check ver, it's probably not there.
ver

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Aerospace Applications에 대해 자세히 알아보기

제품

릴리스

R2020b

댓글:

2021년 8월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by