Clarification on the different files generated when packaging MATLAB code as a python package?

조회 수: 4 (최근 30일)
Hello! I am working on a distributing a python package that uses matlab for some data processing which is then passed backed to Python for further processing. Previusly I was using the MATLAB engine but it required some setup on the users part which I am trying to avoid since they have no experience with programming.
I used the MATLAB Compiler SDK to generate a Python package, but I am a little on clear on the different files generated. Specifically, I do not understand the difference between the for_redistribution and the for_redistribution_files_only folders. If I would like to minimze/eliminate MATLAB setup on the users end, which folder do I want? Sorry if this is unclear, please tell me if there is anything I can clarify!

답변 (1개)

Yongjian Feng
Yongjian Feng 2021년 7월 30일
Did you check this:
https://www.mathworks.com/help/compiler_sdk/gs/files-generated-after-packaging-application-sdk.html
  댓글 수: 2
Omar Van Eer
Omar Van Eer 2021년 8월 2일
I did! What I did not understand was what exactly the exe file did, but after taking a day I realized that it is an excutable that installs the files seen in the files_only for the user... my bad.... 😳😳😳

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

카테고리

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