Can we compile a .m code to .dll
조회 수: 3(최근 30일)
표시 이전 댓글
I need to code my problem in Matlab that needs to access the functions and variables from a third party program package which is orginally written in FORTRAN 90. I need to use call functions through this code for my MATLAB code. Using FORTRAN compiler it generates .DLL file.
If I start my coding in MATLAB will I be able to convert .m script file to .DLL file.
Kindly please reply if someone knows it...
Thanks.
댓글 수: 0
답변(1개)
Siddharth Bhutiya
2018년 11월 21일
You can use the MATLAB Engine API to run MATLAB code from FORTRAN. Please take a look the link below for more information
댓글 수: 0
참고 항목
범주
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!