high altitude balloon prediction.
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
0 Commenti
Risposte (2)
Star Strider
il 21 Gen 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.
0 Commenti
Jorge Mario Guerra González
il 21 Gen 2017
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.
:)
0 Commenti
Vedere anche
Categorie
Scopri di più su Weather and Atmospheric Science 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!