使用 REST 函数服务调用 MATLAB 函数
创建允许客户端应用程序调用 MATLAB® 函数的 REST 函数服务
您可以创建 MATLAB REST 函数服务以允许客户端应用程序通过 HTTPS 协议调用用户定义的 MATLAB 函数。无论您的平台和执行环境如何,该服务都支持您的程序与 MATLAB 之间的通信。您可以使用任何能够本地或远程调用 REST 的编程语言或应用程序来调用自定义 MATLAB 函数。
只有您可以在您的 MATLAB 上执行函数。
对象
RESTFunctionService | Service for calling MATLAB functions from client applications (自 R2024a 起) |
ClientRequestInfo | Client to function service HTTPS request information (自 R2024a 起) |
RESTFunctionConnector | MATLAB to client application connection (自 R2024a 起) |
函数
restFunctionServices | List of function services in current MATLAB session (自 R2024a 起) |
MATLAB 函数执行的 REST 服务参考
POST Synchronous
Request | Make synchronous request to MATLAB REST function service and wait for response |
主题
- Call User-Defined Function with MATLAB REST Function Services
How to call user-defined MATLAB functions using the synchronous request-response model.
- Create MATLAB REST Function Services
Enable licensed MATLAB users to make RESTful function calls to their MATLAB.