How to Generate.dll file without C or C++ code?

1 vue (au cours des 30 derniers jours)
Koustubh Shirke
Koustubh Shirke le 8 Déc 2020
Commenté : Koustubh Shirke le 14 Déc 2020
Dear All,
Can I generate .dll file from matlab function without C or C ++ code ? Is there any otehr alternative ?
Regards,
Koustubh

Réponse acceptée

Sukrut Tamhankar
Sukrut Tamhankar le 11 Déc 2020
Please refer the following MATLAB Answer link which addresses the similar query:
Apart from MATLAB Coder, MATLAB Compiler on the other hand can be used to create DLLs out of your MATLAB Code directly, however it does not include the step of C code generation, but works with a runtime that needs to be installed on the target system to be able to use the DLL.
Please refer to this link in order to get more information on choosing between MATLAB Compiler and MATLAB Coder according to need.
  1 commentaire
Koustubh Shirke
Koustubh Shirke le 14 Déc 2020
Thanks Sukrut for the reply.
I will try to implement the same.
Regards,
Koustubh

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by