call fortran code from matlab

I have a matlab code to compute some variables. i have another fortran code that computes another variable. I wanna make matlab open fortran and run it then takes the output as an initial value to compute another variables. can somebody help? and thank you in advance.

 Risposta accettata

KSSV
KSSV il 1 Feb 2019
Modificato: KSSV il 1 Feb 2019

0 voti

If the code is pretty simple..convert the Fortran code to MATLAB and use....else you should explore the option of mex files.

3 Commenti

Thanks for responding.. but my code is not that simple. Thus, could u show the steps required by a simple code example please. If so, I would be so thankful for your help :)
you must use fortran mex file. in this way, matlab call fortran exacutable file.

Accedi per commentare.

Più risposte (0)

Categorie

Community Treasure Hunt

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

Start Hunting!

Translated by