Simulation of plane flight and is aerospace toolbox installed?

조회 수: 2 (최근 30일)
Tiberius
Tiberius 2014년 2월 12일
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.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Aerospace Applications에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by