필터 지우기
필터 지우기

Deploying Matlab Compiler SDK Compiled Application files from Python (without Matlab installed locally)

조회 수: 2 (최근 30일)
My goal here is to avoid licensing issues on the deployment computer and to create a Python GUI/frontend by virtue of the Matlab Compiler SDK "Application Compiler" app.
I'd like to package up some of my Matlab scripts/functions using the Compiler SDK license on my development computer, then deploy these to a computer (which will not have Matlab installed), and then call on these scripts/functions via the Matlab Engine API for Python.
Is this possible? How do I go about setting this up? Are there difficulties in doing it this way, and is there a better way?
  댓글 수: 1
Christopher Wunder
Christopher Wunder 2022년 9월 13일
You can do so, but you will be using a different approach from the matlab engine api, since you create your own package. Here you can find some info:
The computer using your package will need to install the matlab runtime. There are a few difficulties. You can't use your matlab classes properly in python for example.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Python Package Integration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by