How to create a fortran/mex dll?

3 views (last 30 days)
shih-chin wu
shih-chin wu on 9 Dec 2015
Answered: Bharath Rangaswamy on 16 Dec 2015
Hello, I am able to duplicate the result at this link using mex in Window, http://www.mathworks.com/help/matlab/matlab_external/call-matlab-functions-from-fortran-applications.html. this example shows how to create a stand-along application (final product is *.exe). How do I use the same or similar command to create a dll that contains my fortran routines and matlab engine for Window? Final product is *.dll so I can call it from other application.
Thanks!

Answers (1)

Bharath Rangaswamy
Bharath Rangaswamy on 16 Dec 2015
Hi shih-chin wu,
Please refer the Link below :
Hope this helps.
Regards, Bharath

Categories

Find more on MATLAB Compiler 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!