フィルターのクリア

Importing Signal Data From Live Website

1 回表示 (過去 30 日間)
Vicente
Vicente 2015 年 10 月 4 日
回答済み: Walter Roberson 2015 年 10 月 4 日
Is it possible at all to import data in real time from a live website into MATLAB? Say, the weather daily history of a given location, at every 5 min for a whole year. Supposing there is a website that samples this array in real time, what types of commands am I supposed to use in order to import the data into a MATLAB script?
Thank you.

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 10 月 4 日
Yes, you can use urlread() or webread()
If you do not control the site then you may need to obtain a license from the site for permission to access it that often. There might be specific interfaces to use to access under license, depending on the site.

カテゴリ

Help Center および File ExchangeWeb Services についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by