REST 関数サービスを使用した MATLAB 関数の呼び出し
クライアント アプリケーションが MATLAB® 関数を呼び出せるようにする REST 関数サービスを作成する
クライアント アプリケーションが HTTPS プロトコルを介してユーザー定義の MATLAB 関数を呼び出せるようにする MATLAB REST 関数サービスを作成できます。このサービスを使用すると、プラットフォームや実行環境に関係なく、プログラムと 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.
- JSON Representation of MATLAB Data Types
Represent supported MATLAB data types in JSON.