call fortran code from matlab
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hassan ELSahely
am 1 Feb. 2019
Kommentiert: mani maniabadi
am 16 Mär. 2020
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.
0 Kommentare
Akzeptierte Antwort
KSSV
am 1 Feb. 2019
Bearbeitet: KSSV
am 1 Feb. 2019
If the code is pretty simple..convert the Fortran code to MATLAB and use....else you should explore the option of mex files.
3 Kommentare
mani maniabadi
am 16 Mär. 2020
you must use fortran mex file. in this way, matlab call fortran exacutable file.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Fortran with MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!