フィルターのクリア

How to use FORTRAN program in MATLAB

2 ビュー (過去 30 日間)
MANJEET MOR
MANJEET MOR 2020 年 3 月 8 日
コメント済み: dpb 2020 年 3 月 8 日
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 件のコメント
dpb
dpb 2020 年 3 月 8 日
'Pends on what you mean/what you're trying to do and what the codes inputs/outputs are...
Need more info...

サインインしてコメントする。

回答 (1 件)

Jacob Wood
Jacob Wood 2020 年 3 月 8 日
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 件のコメント
dpb
dpb 2020 年 3 月 8 日
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.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeFortran with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by