How to create dll for "C' code in matlab

15 views (last 30 days)
Hello all,
I have one c code file for that i need to generate dll through matlab, anybody please tell me the procedure for this process?
  2 Comments
Ryan Livingston
Ryan Livingston on 14 Jun 2013
Could you clarify please? Are you looking to generate C code from MATLAB code or do you already have the C code and just need to compile it into a DLL?
vinothkannan K
vinothkannan K on 17 Jun 2013
I already have the C code and just need to compile it into a dll, I generated by using mbuild command thanks for your support

Sign in to comment.

Accepted Answer

Kaustubha Govind
Kaustubha Govind on 13 Jun 2013
You need a license for the MATLAB Coder product. Please see Generating C/C++ Dynamically Linked Libraries from MATLAB Code for the process.
  1 Comment
vinothkannan K
vinothkannan K on 17 Jun 2013
Edited: vinothkannan K on 17 Jun 2013
I generated by using mbuild command, Thanks for your support

Sign in to comment.

More Answers (0)

Categories

Find more on Simulink Coder in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!