How to convert from FORTRAN TO MATLAB

207 visualizzazioni (ultimi 30 giorni)
Oluwaseyi Aliu
Oluwaseyi Aliu il 3 Ott 2020
Commentato: Ben Barrowes il 23 Ago 2023
Dear all,
Please am working on a project and now found a FORTRAN code to speed up my research but I having been using MATLAB and so, I need to convert the newly found FORTRAN code to MATLAB. Please kindly help me out on this conversion or give a detail explanation on how best I can convert from FORTRAN to MATLAB. The FORTRAN code is in the attachment. Thanks in anticipation!
  1 Commento
KSSV
KSSV il 3 Ott 2020
Options:
  1. Convert the FORTRAN code to MATLAB line by line going through the code.
  2. If problem is known, try knowing the inbuilt functions, toolboxes in MATLAB.

Accedi per commentare.

Risposte (3)

Ameer Hamza
Ameer Hamza il 3 Ott 2020
I don't think you can automatically convert your FORTRAN code to MATLAB; however, you can compile it as mex file and use it in MATLAB.

Ben Barrowes
Ben Barrowes il 3 Ott 2020
My f2matlab can do this kind of conversion. Please download from the file exchange and give it a try. You will have to split the code up into the five files in the pdf and run f2matlab on each file.
I might also do a free conversion if I get time, but in any case, if you run into trouble PM me.
  9 Commenti
roborrr
roborrr il 23 Ago 2023
HI Ben Barrowes, Thank you so much for responding so kindly to my question. I'm just starting to study this topic and some questions arose that I could not solve on my own from the instructions you suggested. With your permission, I will later send questions in a personal mail that I have not resolved, after I try to solve it myself.
Ben Barrowes
Ben Barrowes il 23 Ago 2023
Understood. Good luck Rob.

Accedi per commentare.


Kuan-Lin Chen
Kuan-Lin Chen il 22 Ago 2022
Program random
implicit double precision (a-h,o-z)
character(10) zinputname
parameter (nd1=501,nd2=250,nd3=257,nd4=1025)
dimension rff(nd1,nd1),x(nd1),y(nd1),s(nd2,nd2),per1(nd3,nd4)
dimension w1(nd2),w2(nd2),w11(nd2),w22(nd2),xx(nd2,nd2)
dimension h1(nd1),h2(nd1),v1(nd3),v2(nd4),per(nd3,nd4),ll(5)
dimension phi(nd2,nd2),f1(nd3),delta1(nd2,nd2),delta2(nd2,nd2)

Categorie

Scopri di più su Fortran with MATLAB in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by