How to use FORTRAN program in MATLAB

3 Ansichten (letzte 30 Tage)
MANJEET MOR
MANJEET MOR am 8 Mär. 2020
Kommentiert: dpb am 8 Mär. 2020
Hello,
I have a simple FORTRAN code.
Please help me how I can execute it using MATLAB.
I am new to MATLAB. Please help me.
  1 Kommentar
dpb
dpb am 8 Mär. 2020
'Pends on what you mean/what you're trying to do and what the codes inputs/outputs are...
Need more info...

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Jacob Wood
Jacob Wood am 8 Mär. 2020
You can use Matlab to execute sytem commands on your machine. If you can run the fortran program from the command line, you can run it with system() https://www.mathworks.com/help/matlab/ref/system.html
  1 Kommentar
dpb
dpb am 8 Mär. 2020
Can dispatch it, anyways, yes.
If it needs inputs, then it's still an open question depending upon where it does/can get those from and how.

Melden Sie sich an, um zu kommentieren.

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!

Translated by