Connecting to a HTTP Server Through Matlab

This post contains links to resources that can be useful for connecting to a HTTP server through Matlab. The links posted below particularly correspond to the urlread() function of Matlab.

urlread

This MATLAB function downloads the HTML web content from the specified URL into the character vector str.

Here is a link to its variant, urlread2(), which adds extra functionality to the original urlread(). urlread2 makes extensive use of Java’s apis for http client-server connections. The java source files can also be downloaded from the following link for urlread2.

urlread2

Download and share free MATLAB code, including functions, models, apps, support packages and toolboxes

Here is documentation that describes the functionality of urlread2().

http://undocumentedmatlab.com/blog/expanding-urlreads-capabilities/

Photo by Ian Sane

If you found an error, highlight it and press Shift + Enter or click here to inform us.

CC BY-NC-ND 4.0 Connecting to a HTTP Server Through Matlab by Psyops Prime is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

One comment

Leave a Reply