high altitude balloon prediction.

13 views (last 30 days)
Jacob Obermeier
Jacob Obermeier on 21 Jan 2017
Answered: Star Strider on 21 Jan 2017
Hello,
I'm quite new to MATLAB and I was wondering if it's possible for MATLAB to predict the landing location of a high altitude weather balloon if I could feed it live telemetry information such as: current altitude, decent rate, current GPS location, wind direction and velocity.
Thanks so much for the help.

Answers (2)

Star Strider
Star Strider on 21 Jan 2017
How are you going to feed it that information? There are several Toolboxes that would be useful, such as the Data Acquisition Toolbox, Mapping Toolbox and others. See the Help Index for the documentation for these and other Toolboxes. That will help you decide what you need.
As for writing the code to predict the landing, you would have to write your own software for that. Since I’ve not worked with weather balloons or their aerodynamics, I would need to know more about the details of what you want to do to help you.
I would search the Interweb for relevant information. For example, MATLAB code for Weather Balloon Physics is available on this link. Dr. Kelly Kearney, who knows everything there is to know about the Mapping Toolbox and marine ecosystems, provided an Accepted Answer to a relevant weather balloon Question here in How can I see matlab results on google earth? These may also provide you with information based on what others have already done.
Post back here if you need help. You will probably have to explain weather balloons to us, but we can help with the coding.

Jorge Mario Guerra González
Well, Matlab is a powerfull tool for complex mathematical operations. Also, there are so many functions and toolboxes you can take advantage of, some of them included with the software and many within the community.
However, by itself it cant do much. There must be an user capable of using it. I'm sure that you can 'predict' the place of the balloon's landing if you have the proper model and make matlab understand it as well.
:)

Categories

Find more on Weather and Atmospheric Science 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!