フィルターのクリア

Convert Python to MATLAB .NET Library

4 ビュー (過去 30 日間)
Vijai Soundarajan
Vijai Soundarajan 2019 年 3 月 20 日
回答済み: William Zhou 2019 年 3 月 25 日
I would like to know, is it OK to convert MATLAB code with Python scripts into .NET assembly using Compiler SDK?. As i already have few MATLAB code coverted to .NET assembly and getting called from .NET application. I just want to follow the same approach to call Python scripts from my applicaiton using MATLAB as a intermediate layer (wrapper).
C# Application --> .dll (.NET Assembly) --> MATLAB code with Python script.
Thanks.
Regards,
Vijai.S

回答 (1 件)

William Zhou
William Zhou 2019 年 3 月 25 日
This workflow is supported by the MATLAB Compiler SDK. However, it falls on your .NET application to ensure that it can acccess any Python dependencies needed for the scripts to execute.
See this link for additional information on calling Python scripts from MATLAB: https://www.mathworks.com/help/matlab/matlab_external/undefined-variable-py-or-function-py-command.html

カテゴリ

Help Center および File ExchangePython Package Integration についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by