Simulation of plane flight and is aerospace toolbox installed?

4 visualizzazioni (ultimi 30 giorni)
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.

Risposte (0)

Categorie

Scopri di più su Aerospace Applications in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by