Simulation of plane flight and is aerospace toolbox installed?

4 views (last 30 days)
I have a diploma project for which I want to simulate the aircraft flight using data from ADS-B codes (containing coordinates and other parameters). When I type, let's say, this : _>> h = Aero.VirtualRealityAnimation; >> h.FramesPerSecond = 10; h.TimeScaling = 5; >> h.VRWorldFilename = [matlabroot,'/toolbox/aero/astdemos/asttkoff.wrl']; >> % Copy file to temporary directory copyfile(h.VRWorldFilename,[tempdir,'asttkoff.wrl'],'f'); % Set world filename to the copied .wrl file. h.VRWorldFilename = [tempdir,'asttkoff.wrl']; >> h.initialize();_
it shows me the VR plane take-off window (so something looking like the start of a simulation). My question is... since I'm completely in the dark now, can someone, who's worked with this already, help me with what I need to download or use in order to accomplish my goal of simulating this? I just need some guidelines, I can do the documentation myself, but I need a starting point. Also, how can I determine if the aerospace toolbox (blockset) is installed? Thank you for your time.

Answers (0)

Categories

Find more on Aerospace Applications in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!