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

1 Ansicht (letzte 30 Tage)
Koustubh Shirke
Koustubh Shirke am 8 Dez. 2020
Kommentiert: Koustubh Shirke am 14 Dez. 2020
Dear All,
Can I generate .dll file from matlab function without C or C ++ code ? Is there any otehr alternative ?
Regards,
Koustubh

Akzeptierte Antwort

Sukrut Tamhankar
Sukrut Tamhankar am 11 Dez. 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 Kommentar
Koustubh Shirke
Koustubh Shirke am 14 Dez. 2020
Thanks Sukrut for the reply.
I will try to implement the same.
Regards,
Koustubh

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by