Clarification on the different files generated when packaging MATLAB code as a python package?
古いコメントを表示
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
2021 年 7 月 30 日
0 投票
Did you check this:
https://www.mathworks.com/help/compiler_sdk/gs/files-generated-after-packaging-application-sdk.html
2 件のコメント
Omar Van Eer
2021 年 8 月 2 日
Yongjian Feng
2021 年 8 月 2 日
Cool. So you got the answer of your question now?
Thanks.
カテゴリ
ヘルプ センター および File Exchange で Python Package Integration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!