Can we compile a .m code to .dll

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.

Respuestas (1)

Siddharth Bhutiya
Siddharth Bhutiya el 21 de Nov. de 2018

1 voto

You can use the MATLAB Engine API to run MATLAB code from FORTRAN. Please take a look the link below for more information

Categorías

Más información sobre Fortran with MATLAB en Centro de ayuda y File Exchange.

Preguntada:

el 19 de Nov. de 2018

Respondida:

el 21 de Nov. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by