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 个评论
Geoff Hayes
2015-6-27
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?
Cari Pouchnik
2015-7-15
编辑:Cari Pouchnik
2015-7-15
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.
Atharva
2024-9-6
How do I use aerospace toolbox
回答(2 个)
Andreas Goser
2015-6-29
0 个投票
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
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
2015-7-15
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Unit Conversions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!