Services web
Les fonctions MATLAB® de services web RESTful webread
, websave
, webwrite
et weboptions
permettent aux utilisateurs sans compétences en programmation d’accéder à de nombreux services web avec les méthodes HTTP GET et POST. Toutefois, certaines interactions avec les services web sont plus complexes et nécessitent des fonctionnalités que les fonctions de services web RESTful ne supportent pas. Utilisez les classes Call Web Services from MATLAB Using HTTP pour écrire des applications d’accès web personnalisées.
Fonctions
Rubriques
- 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.