How do I access the Aerospace toolbox in Matlab? I purchased the add-on when I bought Matlab.

When I purchased Matlab I also purchased several add-ons. Now I am having trouble accessing them.

4 Comments

Cari - please clarify what you mean by I am having trouble accessing them. What errors are you observing? Are your licenses (for the toolboxes) still valid?
Geoff, thanks for your reply. I have a student version of Matlab and have been using it for my course work. I can "access" the pde toolbox by entering "pdetool" in the command window. I also purchased the aerospace toolbox and that is what I can't seem to "access" or find. And yes, my licenses are valid...sorry for the delayed response, been out of town. Thank you, Cari
In the Command Window, type: ver to see what Toolboxes you have, then type doc to see the documentation on everything you have.

Sign in to comment.

Answers (2)

Guessing "access" means downloading through MathWorks account. Maintenance may be expired, so you would not find in in R2015a downloads, but past releases.

1 Comment

With the updated information, I would expect you just struggle with using the product. I would recommend the "Getting Started" section and the examples from the documentation.
To verify the product is working as expected, try a couple of lines from the examples, like:
load('astflight.mat');
alpha = fltdata(:,2);
beta = fltdata(:,3);
omega = convangvel( fltdata(:,5:7), 'rad/s', 'deg/s' );
license('inuse')

Sign in to comment.

Purchasing the add-on is only part of what you need to do to use it. You also need to install it to be able to use it. If you didn't install it when you first installed MATLAB, you can add it to your existing installation using the instructions in this Answer.

Categories

Asked:

on 27 Jun 2015

Commented:

on 6 Sep 2024

Community Treasure Hunt

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

Start Hunting!