Main Content

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 Call Web Services from MATLAB Using HTTP classes for writing customized web access applications.

Functions

webreadRead content from RESTful web service
webwriteWrite data to RESTful web service
websaveSave content from RESTful web service to file
weboptionsSpecify parameters for RESTful web service
webOpen web page or file in browser
sendmailSend email message to address list

Topics