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!