The MATLAB® RESTful web services functions webread
, websave
, webwrite
,
and weboptions
, allow non-programmers to access
many web services using HTTP GET and POST methods. However, some interactions
with a web service are more complex and require functionality not
supported by the RESTful web services functions. Use the HTTP Interface classes
for writing customized web access applications.
Download Data from Web Service
Download data from a RESTful web service and convert the data into MATLAB variables.
Web sites and documents can display in several different browsers from MATLAB.
Web preferences enable you to specify internet connection information to MATLAB.
To send an email from MATLAB, use the sendmail
function.
Connect to an FTP server and perform remote operations such as downloading and uploading files, creating and deleting folders, and listing contents on the server.
Display Hyperlinks in the Command Window
When you create a hyperlink to a Web page, append a full hypertext address on a
single line as input to the disp
or fprintf
command.