Aerospace Blockset demos run error
8 次查看(过去 30 天)
显示 更早的评论
In Matlab R2017a When I try to run the Aerospace examples model (demos), for example 'asbSkyHogg'.. There are undefined functions or variables.
Error evaluating 'InitFcn' callback of Digital DATCOM Forces and Moments block (mask) 'asbSkyHogg/Vehicle System Model/Vehicle/Aerodynamics/Digital DATCOM Forces and Moments'. Caused by: Undefined function 'aeroddatcominit' for input arguments of type 'struct'.
0 个评论
回答(2 个)
Star Strider
2017-3-26
You did not mention what version of MATLAB you have. The current online documentation and demos are for R2017a. They may not be compatible with earlier versions.
Walter Roberson
2017-3-26
I find
/Applications/MATLAB_R2017a.app/toolbox/aeroblks/aeroblks/aeroddatcominit.m
When I run the demo, I do not get that initializing error; instead I get an error about send failure on a UDP port. Which makes sense considering that I do not have a Flightgear device for it to talk to.
3 个评论
Walter Roberson
2017-3-26
Try
which -all aeroddatcominit.m
If nothing shows up under toolbox/aeroblks/aeroblks then you need to reinstall the Aerospace Blocks for R2017a.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Get Started with Aerospace Blockset 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!