How to convert MATLAB scripts convert int to DLL file?

 Respuesta aceptada

Kojiro Saito
Kojiro Saito el 4 de Jul. de 2017
Using MATLAB Compiler SDK, you can compile dll files of C/C++ or .NET from matlab scripts.
This answer might help you.

Más respuestas (1)

Selva Karna
Selva Karna el 5 de Jul. de 2017
Thanks for reply , but how to get dll file after Package generation.

1 comentario

Kojiro Saito
Kojiro Saito el 5 de Jul. de 2017
Editada: Kojiro Saito el 5 de Jul. de 2017
After compiling, dll file is found in "for_redistribution_files_only" and "for_testing" folders. This dll file is the same dll which will be installed from the installer exe file under "for_redistribution".

Iniciar sesión para comentar.

Categorías

Preguntada:

el 4 de Jul. de 2017

Editada:

el 5 de Jul. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by