Compiler- Standalone App Dependencies

5 visualizaciones (últimos 30 días)
Veena Chatti
Veena Chatti el 30 de Ag. de 2020
Comentada: Veena Chatti el 1 de Sept. de 2020
Hi,
For people who have experience with Compiler- if I were to use some MATLAB toolboxes to create an App, and then use Compiler to compile and distribute it as a standalone software, will it work on computers that don't have MATLAB or those toolboxes?
Thanks for your answers!

Respuesta aceptada

Mohammad Sami
Mohammad Sami el 30 de Ag. de 2020
Yes. The users will have to install the corresponding MATLAB runtime. Example if you compile the app using MATLAB R2020a, the users will need to install the MATLAB Runtime R2020a.
  6 comentarios
Mohammad Sami
Mohammad Sami el 31 de Ag. de 2020
Editada: Mohammad Sami el 31 de Ag. de 2020
It is not quite straightforward to implement authentication and authorization. One option would be to use identity providers like google / apple / microsoft. Even then you will still need to implement server side code.
A more simpler option would be implement some kind of licensing / activation in your code. You can see an illustration of the concept here. Please note licensing mechanism have a drawback e.g. the serial number are tied to hardware which can change due to various factors (e.g. replacement due to failure).
Veena Chatti
Veena Chatti el 1 de Sept. de 2020
Thanks again! This is very helpful.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre C Shared Library Integration en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by