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

조회 수: 16 (최근 30일)
When I purchased Matlab I also purchased several add-ons. Now I am having trouble accessing them.
  댓글 수: 4
Star Strider
Star Strider 2015년 7월 15일
In the Command Window, type: ver to see what Toolboxes you have, then type doc to see the documentation on everything you have.

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

답변 (2개)

Andreas Goser
Andreas Goser 2015년 6월 29일
Guessing "access" means downloading through MathWorks account. Maintenance may be expired, so you would not find in in R2015a downloads, but past releases.
  댓글 수: 1
Andreas Goser
Andreas Goser 2015년 7월 16일
편집: Andreas Goser 2015년 7월 16일
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')

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


Steven Lord
Steven Lord 2015년 7월 15일
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.

카테고리

Help CenterFile Exchange에서 Install Products에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by