Main Content

Web Services with MATLAB

R2026b
Communicate with Web services from MATLAB® using REST function services or HTTP (Hypertext Transfer Protocol)

You can create MATLAB REST function services that allow client applications to call user-defined MATLAB functions over the HTTPS protocol. For more information, see Call MATLAB Functions Using REST.

The MATLAB HTTP interface provides classes for writing customized web access applications. The interface includes classes for messages, their headers and fields, and other entities defined in The Internet Engineering Task Force (IETF®) standards. For more information, see Call Web Services from MATLAB Using HTTP.

Categories