Can matlab load data online
Mostrar comentarios más antiguos
I am just wondering if matlab can connect the internet, for instance, load some online data?
Best Dongsheng
Respuestas (2)
Oleg Komarov
el 4 de Ag. de 2011
0 votos
Walter Roberson
el 4 de Ag. de 2011
0 votos
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.
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!