Deploy Python code in MATLAB
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Call Python from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!