Servizi web
Le funzioni webread
, websave
, webwrite
e weboptions
dei servizi web RESTful di MATLAB® consentono ai non programmatori di accedere a molti servizi web utilizzando i metodi HTTP GET e POST. Tuttavia, alcune interazioni con un servizio Web sono più complesse e richiedono funzionalità non supportate dalle funzioni dei servizi web RESTful. Utilizzare le classi Chiamata dei servizi web da MATLAB utilizzando HTTP per scrivere applicazioni di accesso web personalizzate.
Funzioni
Argomenti
- 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.