Self contained Matlab Program
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (1)
Kevin Holly
el 20 de Oct. de 2022
0 votos
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 comentarios
Wolf Blecher
el 20 de Oct. de 2022
Kevin Holly
el 20 de Oct. de 2022
Editada: Kevin Holly
el 20 de Oct. de 2022
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
el 20 de Oct. de 2022
Editada: Wolf Blecher
el 22 de Oct. de 2022
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!