Servizi web
Le funzioni RESTful di MATLAB®, webread, websave, webwrite e weboptions consentono ai non programmatori di accedere a numerosi 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 RESTful. Utilizzare le classi Chiamata dei servizi web da MATLAB utilizzando HTTP per scrivere applicazioni di accesso web personalizzate.
Le API dei servizi web supportano solo HTTP 1.1.
Funzioni
Classi
matlab.htmlviewer.HTMLViewer | HTML Viewer tab (Da R2025a) |
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 Settings
Web settings enable you to specify internet connection information to MATLAB.
- Send Email
To send an email from MATLAB, use the
sendmailfunction.