필터 지우기
필터 지우기

How to release a python app with matlab functions?

조회 수: 4 (최근 30일)
xv cheng
xv cheng 2018년 6월 29일
댓글: Rik 2018년 6월 29일
I'm writing a python GUI app that needs matlab functions .The app runs on the PC without matlab.I create python package using matlab app Library Compiler.
I run the MyAppInstaller_mcr.exe in folder 'for_redistribution'and I install it at F:\matlab_python_package\myAdd ,get this
and install setup.py in folder 'application'.The package exists in C:\Python35\Lib\site-packages
My question is does it works in the environment without matlab and when I release my app using Pyinstaller in the future,will it include F:\matlab_python_package\myAdd or just the package in...\site-packages? What should I do when release my app? Thank you in advance!
  댓글 수: 1
Rik
Rik 2018년 6월 29일
Have you looked in the documentation? I would expect to find some information about this there.
You could also simply test it in a virtual machine (or non-virtual machine of course).

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

답변 (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