Deploy Python code in MATLAB

조회 수: 1 (최근 30일)
Kamilla K.
Kamilla K. 2021년 11월 30일
답변: Hiro Yoshino 2021년 11월 30일
I am deploying this simple code and starting the .exe on different end-user computers:
disp('Hello Matlab')
py.print('Hello Python')
Most of them get:
Hello Matlab
Unable to resolve the name py.print.
Is it possible to start stand-alone MATLAB apps using Python functions without a Python installation on the end-user computer?
I read a lot of questions and answers around this task, but did not find a clear answer, if Python has to be installed for the end-user. So thank you in advance for your help.

채택된 답변

Hiro Yoshino
Hiro Yoshino 2021년 11월 30일
MATLAB compiler supports most of MATLAB commands, i.e., Python functions are out of this range.
You can make MATLAB app that calls the python scripts placed in the folder that the app can access to. This way, you need to have Python installed on the computer where the exe app is placed.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by