このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
Python クライアントのプログラミング
Python® でのクライアント プログラムの作成
MATLAB® Production Server™ Python クライアント API を使用すると、開発者はリモート サーバー上で MATLAB 関数を評価できます。この API により、ネイティブな Python 型を使用して MATLAB 関数にスカラー値を渡すことができます。配列を使用して作業している場合、matlab
パッケージで提供されている MATLAB 配列型を使用する必要があります。Python での MATLAB 配列の使用の詳細については、matlab の Python モジュールを参照してください。
クライアント プログラムを作成する方法の概要については、MATLAB Production Server Python クライアントの作成を参照してください。
クライアント実装の詳細な例については、Python クライアントの作成を参照してください。
メモ
R2022b 以降、Python クライアント ライブラリでは Python 2.7 がサポートされなくなりました。
クラス
matlab.production_server.client.MWHttpClient | Python object encapsulating a connection to a MATLAB Production Server instance |
トピック
アプリケーションの作成
- MATLAB Production Server Python クライアントの作成
MATLAB Production Server にデプロイされた MATLAB 関数を Python アプリケーションから呼び出す。 - MATLAB Production Server Python クライアントのインストール
Python クライアントを使用するために必要なパッケージをインストールする。 - Python クライアントの作成
MATLAB Production Server にデプロイされた MATLAB 関数を Python アプリケーションから呼び出す方法を学習する。 - Create Client Connection
Create a connection from a Python client to a MATLAB Production Server instance. - Invoke Packaged MATLAB Functions
Ways to call a deployed MATLAB function using the Python client API.
データ変換
- MATLAB Production Server と Python 間でのデータの受け渡し
MATLAB Production Server が Python と MATLAB 間でデータ型を変換する方法を学習する。 - matlab の Python モジュール
matlab
の Python モジュールは、MATLAB 数値型を Python 変数として作成するために使用します。これらのクラスを使用して、Python と MATLAB の間で MATLAB 配列を渡すことができます。 - Use MATLAB Arrays in Python
This example shows how to use MATLAB arrays in Python.
トラブルシューティング
- Handle Function Processing Errors
Catch and process errors that the server returns.