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
- 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 Settings
Web settings enable you to specify internet connection information to MATLAB. - Send Email
To send an email from MATLAB, use thesendmail
function.