Web Services - MATLAB & Simulink (original) (raw)

Main Content

Access RESTful web services, send email

The MATLABĀ® RESTful web services functions webread,websave, webwrite, andweboptions, 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

webread Read content from RESTful web service
webwrite Write data to RESTful web service
websave Save content from RESTful web service to file
weboptions Specify parameters for RESTful web service
web Open web page or file in browser
sendmail Send email message to address list

Classes

Topics

Troubleshooting