How can I extract/import data from open weather map server using matlab?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am supposed to extract weather data from a server. I was given an API key to access the data. when I use the API call http://api.openweathermap.org/data/2.5/forecast/city?id=524901&APPID={APIKEY} as suggested by the server, I get the data on the web. As soon as I want to use this in matlab with the webread function, I get errors such as timeout errors even though I set it to infinite. How can I access this data using matlab?
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Web Services dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!