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.

Answers (1)

which -all Aero.FixedWing

3 Comments

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

Sign in to comment.

Categories

Products

Release

R2020b

Community Treasure Hunt

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

Start Hunting!