Can matlab load data online
古いコメントを表示
I am just wondering if matlab can connect the internet, for instance, load some online data?
Best Dongsheng
回答 (2 件)
Walter Roberson
2011 年 8 月 4 日
0 投票
Yes. See urlread() and urlwrite() if it is web pages you wish to work with. imread() can process <ftp://> and http:// pathnames.
If you need something more sophisticated such as an unusual TCP protocol, then the officially supported mechanism is to use the Instrument Control Toolbox, which supports UDP and TCP. There is also a MATLAB File Exchange Contribution named tcpudpip that supports UDP and TCP.
カテゴリ
ヘルプ センター および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!