Method to show sectional chart with flight route superimposed on top must be coded.

5 views (last 30 days)
So, I am using GUI to create a window that displays a sectional chart with the flight route of a plane imposed on top of it. I am using 5 different airports and therefore will have 10 different route possibilities (one way trips) I know how to load an image onto the window
image = imread('example.png');
set(handles.axes1)
imshow(image)
but, I do not know how I would superimpose the flight route
if anyone has any thoughts or suggestions about how I could go about this it would be appreciated!
Thanks!
  1 Comment
Star Strider
Star Strider on 20 Jul 2015
You may need the Mapping Toolbox to do this efficiently.
You need to associate the geographical coordinates of the boundaries of the sectional with the coordinates of the image, then do the appropriate transformations. This will be much easier if the airplane is flying GPS direct than flying the V or J airways, and going from VOR to VOR.

Sign in to comment.

Answers (0)

Categories

Find more on View and Analyze Simulation Results 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!