Self contained Matlab Program
이전 댓글 표시
I want to deploy an application compiled with the Matlab Compiler. Ideally this application is self contained/portable.
Due to security constraints, I cannot put something to the path, install something on the user system, etc.
Is it possible to pack the Matlab Runtime (or the necessary dlls) into the folder of the application so that I can just copy it to the system of choice and run it from the corresponding folder?
채택된 답변
추가 답변 (1개)
Kevin Holly
2022년 10월 20일
0 개 추천
When you package your app, you can select "Runtime included in package".

You can also add other files to the package by clicking the plus sign shown in the screenshot below.

댓글 수: 3
Wolf Blecher
2022년 10월 20일
Kevin Holly
2022년 10월 20일
편집: Kevin Holly
2022년 10월 20일
See page 45 (4-5) in the link below.
You can add files by using -a filepath with mcc (see link below).
Also see page 79 (7-7) in PDF for installing Runtime without Administrator Rights.
Wolf Blecher
2022년 10월 20일
편집: Wolf Blecher
2022년 10월 22일
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!