Web Services
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 Call Web Services from MATLAB Using HTTP classes for
writing customized web access applications.
The web services APIs only support HTTP 1.1.
Functions
Topics
- Convert Data from Web Service
Download data from a RESTful web service and specify a MATLAB function as a content reader for the data.
- Download Web Page and Files
Download the content of a web page as text, or download content to a file.
- Web Browsers and MATLAB
Web sites and documents can display in several different browsers from MATLAB.
- Web Preferences
Web preferences enable you to specify internet connection information to MATLAB.
- Send Email
To send an email from MATLAB, use the
sendmail
function.