Web Services
Access RESTful web services, send email
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 Use HTTP with MATLAB classes for writing customized web access applications.
Fonctions
Rubriques
- Download Data from Web Service
Download data from a RESTful web service and convert the data into MATLAB variables.
- 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.